summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* updated examples for namespace and context syntax changesAdrian Thurston2013-02-1228-33/+33
* additional test for stream pull out of the parsing codecopy-on-consumeAdrian Thurston2013-02-103-0/+5
* support stream pull outside of a parserAdrian Thurston2013-02-103-0/+4
* the include1 test now functions on the eos branchAdrian Thurston2013-01-281-0/+19
* added empty expected output for the yet-to-work include1.lm testAdrian Thurston2013-01-281-0/+0
* test case for nested streamsAdrian Thurston2013-01-275-0/+118
* test for no-ignore option on tokensAdrian Thurston2013-01-073-0/+72
* completed unification of the Input and Stream typesAdrian Thurston2013-01-051-2/+2
* test case for printing to stdoutAdrian Thurston2012-12-303-0/+14
* verify namespace start end namesAdrian Thurston2012-12-211-1/+1
* update test cases for changes in parent commitAdrian Thurston2012-12-1926-538/+550
* updated test for lex scope syntaxAdrian Thurston2012-12-1871-250/+124
* removed lexical region name from test casesAdrian Thurston2012-12-1671-124/+125
* store the parse error in PdaRun, make it accessible with member on parser typeAdrian Thurston2012-09-084-5/+5
* test case for nested call points. valid when the stack block size drops to 1Adrian Thurston2012-09-022-0/+15
* deleted the old test harnessAdrian Thurston2012-09-022-896/+0
* valgrind usage worksAdrian Thurston2012-09-021-10/+5
* removed extra print that found its way inAdrian Thurston2012-08-231-2/+0
* updated expected output for recent test case changesAdrian Thurston2012-08-237-14/+14
* convert remaining test cases from global vars to contextAdrian Thurston2012-08-2216-1191/+1247
* converted generate to use 'global'Adrian Thurston2012-08-201-691/+704
* converted lookup1 to context declsAdrian Thurston2012-08-201-1856/+1889
* eliminating 'global' in favour of context definitionsAdrian Thurston2012-08-202-429/+441
* convert from globals to parser contextAdrian Thurston2012-08-201-35/+40
* a couple stragglers in the migration to new parse syntaxAdrian Thurston2012-08-172-8/+8
* remaining migration to new parse syntaxAdrian Thurston2012-08-1728-53/+61
* more use of new parse syntaxAdrian Thurston2012-08-179-17/+20
* moving to new parse statement syntaxAdrian Thurston2012-08-178-13/+15
* use of the new parse syntaxAdrian Thurston2012-08-1626-31/+50
* added parse stop for the new accum style parseAdrian Thurston2012-08-061-5/+17
* made the test suite pass fully, one test by hacking, other by moving awayAdrian Thurston2012-08-054-9/+20
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-1/+1
* updated tests to match send (accum) syntax changeAdrian Thurston2012-07-163-9/+9
* test case covering fix for EXIT.Adrian Thurston2012-07-093-0/+24
* 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