diff options
author | Mu Qiao <qiaomuf@gentoo.org> | 2011-03-16 10:15:14 +0800 |
---|---|---|
committer | Mu Qiao <qiaomuf@gentoo.org> | 2011-03-25 17:08:24 +0800 |
commit | 74e5523b8f672c046ad455cb8ed2d2eed1b0513e (patch) | |
tree | ae5900c93cdfd398f9877994533bdc777fb08f6a /.gitignore | |
parent | Naive interpreter implementation (diff) | |
download | libbash-74e5523b8f672c046ad455cb8ed2d2eed1b0513e.tar.gz libbash-74e5523b8f672c046ad455cb8ed2d2eed1b0513e.tar.bz2 libbash-74e5523b8f672c046ad455cb8ed2d2eed1b0513e.zip |
Implement symbols and symbol table
Using unordered_map to implement symbol table. boost::variant is
used to implement the type system. Simplify unit test by Petteri
Räty.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ install-sh missing Makefile autom4te.cache +core_unittests builtin_unittests post_check bashast.g |