summaryrefslogtreecommitdiff
path: root/parsexp.cc
Commit message (Collapse)AuthorAgeFilesLines
* More work toward getting the textual parser working again. Since this meansJohn Wiegley2008-07-241-66/+98
| | | | that value expressions must work, there are a lot of details involved.
* Fixed a memory bug due to a shallow copy in value_t::storage_t.John Wiegley2008-07-221-3/+1
|
* Re-enabled almost all of the code in main.cc.John Wiegley2008-07-201-0/+1
|
* The new XPath parser has been integrated, although I have removed theJohn Wiegley2008-07-201-0/+2142
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.