summaryrefslogtreecommitdiff
path: root/parser.h
Commit message (Collapse)AuthorAgeFilesLines
* --verify works again, but the memory totals at the end still need work.John Wiegley2008-07-261-5/+11
|
* A great deal of reorganization to restore the old parsing code (since theJohn Wiegley2008-07-221-18/+12
| | | | newer XML stuff was pulled).
* Re-enabled almost all of the code in main.cc.John Wiegley2008-07-201-12/+0
|
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-20/+29
|
* Migrated over both code and build environment from was-v3.0 branch.John Wiegley2008-05-081-0/+79
|
* *** empty log message ***John Wiegley2008-04-131-0/+9
|
* Made several changes to the parsing infrastructure to allow passingJohn Wiegley2008-04-131-14/+9
| | | | | the "config_t" object around. This is needed for parsing option settings in the initialization file.
* Restructed the code that it can build and be used as a shared library.John Wiegley2008-04-131-0/+18
| | | | | The command-line version is still statically bound in the build process by default (for the sake of speed).
* updated to version 2.0John Wiegley2008-04-131-0/+40
|
* changesJohn Wiegley2008-04-131-40/+0
|
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-9/+16
|
* added virtual destructor to parser_tJohn Wiegley2004-08-211-0/+2
|
* fixesJohn Wiegley2004-08-191-0/+31