summaryrefslogtreecommitdiff
path: root/parsexp.h
Commit message (Collapse)AuthorAgeFilesLines
* --verify works again, but the memory totals at the end still need work.John Wiegley2008-07-261-3/+5
|
* More work toward getting the textual parser working again. Since this meansJohn Wiegley2008-07-241-7/+13
| | | | that value expressions must work, there are a lot of details involved.
* More work toward getting my ledger data to parse.John Wiegley2008-07-221-40/+21
|
* The new XPath parser has been integrated, although I have removed theJohn Wiegley2008-07-201-0/+280
XML-related bits -- I just wanted the better infrastructure that had been created during the rewrite. It doesn't work, but it compiles and links now. This means that all of the previous 3.0 code has been moved over, although there are still snippets of code in pending/old that need to be restored.