summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Warning elimination.Adrian Thurston2012-05-103-16/+29
* Fixed some warnings. Removed some old ignore-in-parse-tree code.Adrian Thurston2012-05-103-18/+6
* Some cleanup.Adrian Thurston2012-05-091-20/+26
* The data trees are now allocated as plain trees, not parse trees.Adrian Thurston2012-05-084-24/+12
* Minor cleanup.Adrian Thurston2012-05-081-4/+4
* Now have only one ignore accumulator.Adrian Thurston2012-05-082-46/+40
* The pushing and popping of ingore trees now using the parse tree accum list.Adrian Thurston2012-05-081-20/+14
* Move the setRegion calls down a bit so that we cleanly wrap the tokens andAdrian Thurston2012-05-081-8/+12
* Renmaed ptAccumIgnore to _accumIgnore. Will move all uses of accum ignore toAdrian Thurston2012-05-082-8/+8
* Put the region directly into the parse tree when sending a token. Bypass theAdrian Thurston2012-05-081-9/+8
* Use the region field in the parse tree accum ignore (the duplicate of thatAdrian Thurston2012-05-081-8/+8
* Fix for last commit. The extractIgnore2 should be taking from the parallelAdrian Thurston2012-05-081-2/+2
* Maintain a parallel accum ignore list and attach it to the shifted parse tree.Adrian Thurston2012-05-083-1/+32
* Taking out most of the copies of parse tree fields that copy from the data treeAdrian Thurston2012-05-062-19/+1
* Pushing the parse tree wrap right into the remaining tree creation/sendAdrian Thurston2012-05-063-40/+78
* Pushing parseTreeWrap further up into the functions that create/inject.Adrian Thurston2012-05-064-24/+23
* Pushing the parse tree wrap further up.Adrian Thurston2012-05-062-21/+35
* Move the wrapping with the parse tree a little higher up. Going to factor itAdrian Thurston2012-05-063-14/+15
* getRhsEl is called on real trees. Don't dereference shadow inside.Adrian Thurston2012-05-067-16/+129
* A call treeExtractChild in unparsing was skipping over attributes. Just useAdrian Thurston2012-05-062-27/+2
* Don't add attributes to parse tree nodes.Adrian Thurston2012-05-062-14/+12
* Some more protection for treeChild calls. Need to stop creating attributes forAdrian Thurston2012-05-061-2/+3
* Need to more protection for recursion into named and artificial nodes in theAdrian Thurston2012-05-051-1/+5
* Named TREEs (patterns/replacements) have attribute children, but their parseAdrian Thurston2012-05-051-2/+5
* Unset the ignore flags in when wrapping in the parse tree.Adrian Thurston2012-05-051-0/+3
* The send back function should take the parse tree, not the data tree. TheAdrian Thurston2012-05-051-16/+16
* Give the stack sentinal a shadowtree.Adrian Thurston2012-05-051-1/+7
* Instead of copying the incoming tree into the data shadow, the incoming tree isAdrian Thurston2012-05-052-19/+30
* Use the shadow tree when pulling data out of nodes in pattern and replacementAdrian Thurston2012-05-051-2/+2
* Fixes for attaching ignores. Missed some enters into shadow trees.Adrian Thurston2012-05-041-8/+8
* When constructing we need to pull ignores from the shadow tree.Adrian Thurston2012-05-041-20/+24
* Apply the term-dup transformation to shadow trees as wel. Makes lookup1 run.Adrian Thurston2012-05-041-0/+10
* Makes binary1 (DNS parsing) work under shadowtree.Adrian Thurston2012-05-041-0/+11
* More fixes for shadow tree. Get further into binary1, but still segfaults. NotAdrian Thurston2012-05-042-28/+28
* Some more hacks to try to make shadow tree work. Surprisingly, many of theAdrian Thurston2012-05-042-4/+17
* Attach ignores to the data tree, not the parse tree.Adrian Thurston2012-05-041-2/+4
* Testing out a shadow tree.Adrian Thurston2012-05-042-4/+46
* Updated tests for new purpose-made xml tag names.Adrian Thurston2012-05-043-3/+3
* Replaced nameNonLit with a name created specifically for XML tags.Adrian Thurston2012-05-045-20/+15
* Ignore objects and the common testing files.Adrian Thurston2012-05-041-0/+8
* automated conversion of svn:ignore properties to .gitignore files on trunkAdrian Thurston2012-04-285-0/+46
* Added missing issues.Adrian Thurston2012-04-111-0/+1096
* Issues in the source tree. Adrian Thurston2012-04-111-0/+522
* version 0.5Adrian Thurston2012-04-092-3/+3
* Split exports into header and code. In cases there is a type with the same nameAdrian Thurston2012-04-064-39/+146
* 0.4 release detailsAdrian Thurston2012-01-212-3/+3
* Bit of cleanup of the RdaRun struct. Can eliminate or pick better names forAdrian Thurston2012-01-213-88/+83
* The stream operations are now depreciated by the input operations. Streams areAdrian Thurston2012-01-213-126/+15
* updated for latest test files.Adrian Thurston2012-01-181-2/+8
* Some leaks plugged.Adrian Thurston2012-01-183-32/+41