Minor optimizations to parser (use const string& for ids, keep only one binding in...
authorChristopher L. Conway <christopherleeconway@gmail.com>
Tue, 23 Feb 2010 17:15:44 +0000 (17:15 +0000)
committerChristopher L. Conway <christopherleeconway@gmail.com>
Tue, 23 Feb 2010 17:15:44 +0000 (17:15 +0000)
commit4c1cb16059e6e484581873dfb3103851183ccc72
tree692ccbf8b07aef6ca8b8adc96a5de50cc408d0b1
parent7115bef6bc8aac38b5e718db8fcb39c26ef4954a
Minor optimizations to parser (use const string& for ids, keep only one binding in symtab)
src/expr/expr_manager.cpp
src/expr/expr_manager.h
src/expr/node_manager.cpp
src/expr/node_manager.h
src/parser/antlr_parser.cpp
src/parser/antlr_parser.h
src/parser/symbol_table.h