summaryrefslogtreecommitdiff
path: root/test/accum2.lm
Commit message (Collapse)AuthorAgeFilesLines
* updated test cases for new print semanticsAdrian Thurston2013-05-181-1/+1
|
* improvements to ignore_def and prod_el, only 6 failures nowAdrian Thurston2013-03-231-0/+5
|
* updated examples for namespace and context syntax changesAdrian Thurston2013-02-121-1/+1
|
* update test cases for changes in parent commitAdrian Thurston2012-12-191-24/+25
|
* updated test for lex scope syntaxAdrian Thurston2012-12-181-2/+1
|
* removed lexical region name from test casesAdrian Thurston2012-12-161-1/+1
|
* updated tests to match send (accum) syntax changeAdrian Thurston2012-07-161-1/+1
| | | | Must wrap items sent to a parser using [].
* added trim control flag to print code, auto-trimming all colm print callsAdrian Thurston2012-05-221-1/+1
| | | | | | | | The print implemenation now takes a trim flag. The colm print function now sets this flag by default. This is a change to the colm language back to 0.5 semantics. The $ conversion uses this flag too (also 0.5 semantics), in the previous commit it issued a tree trim operation. The % operation gives a string conversion without triming.
* test cases updated for no-kid-flags and no-dup-ignorsAdrian Thurston2012-05-211-1/+1
| | | | | Whitespace is shifting. Most of the updates involve triming whitespace where it was previously trimmed automatically.
* Added a syntax send Parser [Stuff], where send is now a keyword. FunctionAdrian Thurston2011-09-161-4/+2
| | | | lookup now try applying a default function to the local objects. refs #322.
* Rest of the generic types (map, list, vector) now supported in type ref.Adrian Thurston2011-07-101-2/+1
| | | | refs #295.
* Commas gone from expression lists. Now consistent with constructors, patterns,Adrian Thurston2011-03-301-1/+1
| | | | and parameter lists. refs #246.
* Test cases use pattern-style parameters and declarations. refs #241.Adrian Thurston2011-03-241-5/+5
|
* The context structure implies a namespace.Adrian Thurston2010-02-091-0/+36