summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* support automatic derefs of lists and maps in iteratorsAdrian Thurston2014-12-072-2/+2
* runtests: respond to signals by exitingAdrian Thurston2014-11-211-0/+4
* added --with-deps to test/configureAdrian Thurston2014-11-211-0/+7
* autotools for test suiteAdrian Thurston2014-11-206-126/+56
* allow the colm to be specified in an environment variableAdrian Thurston2014-11-181-1/+2
* lookup1: updated expected output for non-modifiable list walkingAdrian Thurston2014-11-061-5/+21
* runtests.sh: removed section header for LM codeAdrian Thurston2014-11-05132-136/+10
* updated lookup1 test case for latest colmAdrian Thurston2014-11-051-104/+106
* need to force ordering in python parsing test caseAdrian Thurston2014-11-051-4/+8
* added a close call to stream so we can flush itAdrian Thurston2014-11-051-1/+1
* updated test suite for pointer-to-stream defaultAdrian Thurston2014-11-0521-86/+88
* use object semantics for the parser typesAdrian Thurston2014-11-0419-48/+44
* now using 'new' for object semantics (formerly new2)Adrian Thurston2014-11-0427-47/+50
* updated test cases for context object changesAdrian Thurston2014-11-0427-107/+108
* added first test of structAdrian Thurston2014-11-041-0/+16
* now using the object-based semantics for list and mapAdrian Thurston2014-11-045-174/+174
* use the new list2 type for argvAdrian Thurston2014-11-034-6/+6
* removed GPL license file and stripped GPL headersAdrian Thurston2014-10-223-49/+1
* added the append open mode ('a')Adrian Thurston2014-10-201-0/+23
* don't put argv0 into the argv array, use a separate varAdrian Thurston2014-08-044-6/+5
* second test case for switchAdrian Thurston2014-07-161-0/+44
* test case renamedAdrian Thurston2014-07-061-0/+0
* added a syntax for print that is a synonym for send stdoutAdrian Thurston2014-07-061-0/+36
* test cases for send_tree and parse_treeAdrian Thurston2014-07-062-0/+64
* test case for switchAdrian Thurston2014-07-031-0/+42
* meaning of push/pop in list functions changedAdrian Thurston2014-07-013-155/+155
* removed comma operator from expression listsAdrian Thurston2014-02-013-3/+3
* added test case for make_treeAdrian Thurston2014-01-221-0/+13
* updated ni syntax, require - between def and kwAdrian Thurston2014-01-198-22/+21
* new syntax for collect-ignore tokens: token <id> -Adrian Thurston2014-01-183-7/+7
* updated test cases for syntax changes in parent commitAdrian Thurston2014-01-1471-1308/+1326
* handle void when sending to a parserAdrian Thurston2013-12-271-0/+50
* added the void typeAdrian Thurston2013-12-271-2/+2
* added test cases for iterator cleanup in stack unwindAdrian Thurston2013-12-233-0/+2775
* runtests.sh: allow specification of exit statusAdrian Thurston2013-12-231-6/+27
* return nil from open if file open failsAdrian Thurston2013-12-191-0/+18
* use ULONG_MAX for 0xff in long int sizeTomoyuki Fujimori2013-11-231-0/+30
* dist fixescolm-0.11.1Adrian Thurston2013-06-111-1/+7
* trimming down the generate1 test case, bumping to 0.11.1Adrian Thurston2013-06-081-177/+4
* extracted trailing context test from ambig1Adrian Thurston2013-06-082-606/+35
* renamed colm dir to srcAdrian Thurston2013-06-081-1/+1
* test case covering temporaries to referencesAdrian Thurston2013-06-041-0/+80
* test case for searching references with 'in'Adrian Thurston2013-06-011-0/+41
* test case for setting referencesAdrian Thurston2013-06-012-1/+57
* updated tests for ref<> delimitersAdrian Thurston2013-05-255-16/+16
* updated test cases for new ptr syntaxAdrian Thurston2013-05-251-95/+95
* updated test cases for new print semanticsAdrian Thurston2013-05-1827-40/+36
* make it possible to specify a line with no EOL in EXP sectionAdrian Thurston2013-05-181-2/+9
* test the ambiguity between cons forms and expr in constructorAdrian Thurston2013-05-121-0/+68
* new test for a rhs ref after a tree copyAdrian Thurston2013-05-111-0/+52