summaryrefslogtreecommitdiff
path: root/parsexp.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed the way scopes are structured for an upcoming design change.John Wiegley2008-07-291-235/+0
|
* Cleaned up the value expression code a bit before undertaking the real work ofJohn Wiegley2008-07-271-47/+12
| | | | getting everything back up to what it was (plus the new code written for 3.0).
* Merge branch 'master' into v2.7aJohn Wiegley2008-07-271-1/+2
|
* Updated all copyright messages to 2003-2008.John Wiegley2008-07-271-1/+1
|
* --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.