summaryrefslogtreecommitdiff
path: root/test/accum3.lm
Commit message (Collapse)AuthorAgeFilesLines
* mandatory arg list for newAdrian Thurston2015-01-241-1/+1
|
* more object-semantics improvementsAdrian Thurston2015-01-101-3/+5
|
* support automatic derefs of lists and maps in iteratorsAdrian Thurston2014-12-071-1/+1
|
* runtests.sh: removed section header for LM codeAdrian Thurston2014-11-051-1/+0
| | | | If we remove the header then line numbers reported in the log will be accurate.
* use object semantics for the parser typesAdrian Thurston2014-11-041-2/+2
|
* now using the object-based semantics for list and mapAdrian Thurston2014-11-041-1/+1
|
* use the new list2 type for argvAdrian Thurston2014-11-031-2/+2
|
* don't put argv0 into the argv array, use a separate varAdrian Thurston2014-08-041-2/+2
|
* updated test cases for syntax changes in parent commitAdrian Thurston2014-01-141-3/+3
|
* program interface changesAdrian Thurston2013-04-181-1/+1
| | | | | | | -c to compile library only, no binary -e and -E for the exports files (header and code respectively) default binary now has the extension removed (was .bin)
* improvements to ignore_def and prod_el, only 6 failures nowAdrian Thurston2013-03-231-2/+6
|
* updated test for lex scope syntaxAdrian Thurston2012-12-181-4/+2
|
* removed lexical region name from test casesAdrian Thurston2012-12-161-2/+2
|
* Added a syntax send Parser [Stuff], where send is now a keyword. FunctionAdrian Thurston2011-09-161-2/+2
| | | | lookup now try applying a default function to the local objects. refs #322.
* Use a list typeref for argv. Means argv_list is no longer an implicitly createdAdrian Thurston2011-07-101-1/+1
| | | | type.
* Rest of the generic types (map, list, vector) now supported in type ref.Adrian Thurston2011-07-101-3/+1
| | | | refs #295.
* Test cases use pattern-style parameters and declarations. refs #241.Adrian Thurston2011-03-241-4/+3
|
* Added a test.Adrian Thurston2010-03-201-0/+37