summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* moved 'colm' dir to 'src'Adrian Thurston2012-07-011-1/+1
* some fixes for this test, but not, but not funcional yetAdrian Thurston2012-05-271-22/+26
* added shell script test harnessAdrian Thurston2012-05-273-10/+166
* test the capture-ignore mechanismAdrian Thurston2012-05-253-5/+16
* putting collect-ignores in the grammar as zero-length tokensAdrian Thurston2012-05-251-2/+2
* added a syntax for specifying no ignoresAdrian Thurston2012-05-232-2/+2
* updated tests for latest parser changesAdrian Thurston2012-05-2229-34/+44
* added another ignore testAdrian Thurston2012-05-227-7/+64
* added trim control flag to print code, auto-trimming all colm print callsAdrian Thurston2012-05-2210-13/+12
* took out the trim before str conversionAdrian Thurston2012-05-211-1/+1
* moved repeat -> repeat1, added repeat2Adrian Thurston2012-05-219-12/+7438
* auto trim before $ string conversionAdrian Thurston2012-05-211-1/+1
* test cases updated for no-kid-flags and no-dup-ignorsAdrian Thurston2012-05-2121-43/+51
* code and expected output changes for no-kf-dupignAdrian Thurston2012-05-219-8/+23
* tests useful on the no-kf-dupign branchAdrian Thurston2012-05-209-6/+116
* added two test cases causing segfaultsAdrian Thurston2012-05-209-5/+235
* final test updates for follow-ignoreAdrian Thurston2012-05-203-6/+5
* updated context2 test for follow-ignoreAdrian Thurston2012-05-202-4/+4
* removed token matching empty stringAdrian Thurston2012-05-201-1/+1
* updated tags3 test for follow-ignore.Adrian Thurston2012-05-202-3/+5
* updating tags2.lm for follow-ignoreAdrian Thurston2012-05-201-1/+3
* updated commitbt test for follow-ignoreAdrian Thurston2012-05-202-5/+2
* updated accumbt1 and backtrack3 for follow-ignoreAdrian Thurston2012-05-204-10/+4
* updated rubyhere test for follow-ignoreAdrian Thurston2012-05-202-4/+4
* updating expected output for follow-ignore changesAdrian Thurston2012-05-1911-11/+11
* Added missing files to test/Makefile.am.colm-0.50.5Adrian Thurston2012-05-191-3/+12
* Now translating only the parseTree->id to termDup from nonterminals. The dataAdrian Thurston2012-05-161-1/+1
* Two test cases related to ordering.Adrian Thurston2012-05-148-2/+246
* getRhsEl is called on real trees. Don't dereference shadow inside.Adrian Thurston2012-05-065-2/+128
* Updated tests for new purpose-made xml tag names.Adrian Thurston2012-05-043-3/+3
* automated conversion of svn:ignore properties to .gitignore files on trunkAdrian Thurston2012-04-282-0/+12
* updated for latest test files.Adrian Thurston2012-01-181-2/+8
* Eliminated notoken. The reverse execution items are collected and attached toAdrian Thurston2012-01-089-14/+135
* Added some more attaching/detaching code in the input stream functions.Adrian Thurston2012-01-021-2/+2
* Superid test needs to be adjusted since splitting the stream into two objects.Adrian Thurston2012-01-011-2/+2
* Minor tweaking to the buffer clearing. Need to work out exactly when to doAdrian Thurston2011-12-311-2/+4
* Don't need the flush flag in input streams anymore. The parse loop decides whenAdrian Thurston2011-12-301-2/+0
* Have the split between InputStream and SourceStream partially functional. BasicAdrian Thurston2011-12-173-0/+41
* Eliminated PdaRun::lhs. Chaning redLel directly. Also directly accessing input1Adrian Thurston2011-12-126-5/+55
* Converted the parse backtracking instructions to the new style, where the firstAdrian Thurston2011-12-122-2/+14
* Eliminating the naming of attributes in constructors. refs #335.Adrian Thurston2011-11-282-13/+23
* Use IN_PCR_RET at the end of a generation action, not IN_STOP.Adrian Thurston2011-11-272-3/+8
* Activated the mediawiki test, which is heavy on the token generation.Adrian Thurston2011-11-2314-129/+23
* Flattening tests. Not claiming any particular language.Adrian Thurston2011-11-2357-768/+459
* More flattening.Adrian Thurston2011-11-2318-158/+197
* Started flattening the test suite.Adrian Thurston2011-11-2221-107/+45
* Added export cases to the dist.Adrian Thurston2011-11-201-3/+6
* Now using the accumulated ignore stack when reporting some backtracking points.Adrian Thurston2011-11-175-7/+36
* Compiles, does not run.Adrian Thurston2011-11-131-28/+29
* Added frameId to the call stack. Will use for stack unwinding so we canAdrian Thurston2011-11-066-11/+42