summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dist fixes0.11.1Adrian Thurston2013-06-113-3/+9
* use tree::data() to cons many strings in colm loaderAdrian Thurston2013-06-101-46/+46
* added a constructor for string that sources from colm_dataAdrian Thurston2013-06-109-35/+61
* final (near) use of prodNameAdrian Thurston2013-06-092-14/+14
* more use of prod name switches, covers almost all prodsAdrian Thurston2013-06-092-83/+122
* more use of prod name switch statementsAdrian Thurston2013-06-094-101/+132
* more use of prod name switches in the colm loaderAdrian Thurston2013-06-092-120/+172
* trimming down the generate1 test case, bumping to 0.11.1Adrian Thurston2013-06-082-179/+6
* extracted trailing context test from ambig1Adrian Thurston2013-06-082-606/+35
* more use of prod name switches in the colm loaderAdrian Thurston2013-06-082-87/+110
* fixed the input open checkAdrian Thurston2013-06-081-1/+1
* renamed colm dir to srcAdrian Thurston2013-06-0879-11/+18
* bail after pattern/constructor parse errorsAdrian Thurston2013-06-051-0/+5
* use fn:line:col format for the error string and pattern/cons parse errorsAdrian Thurston2013-06-052-7/+16
* test case covering temporaries to referencesAdrian Thurston2013-06-041-0/+80
* put temporaries for refs of expressions on the stack, pop after the callAdrian Thurston2013-06-035-71/+83
* first pass at taking refs of temps for non-referencable expressionsAdrian Thurston2013-06-038-78/+186
* added a struct for call args so we can add information to each argAdrian Thurston2013-06-026-46/+55
* test case for searching references with 'in'Adrian Thurston2013-06-011-0/+41
* can use 'in' expr to search ref typesAdrian Thurston2013-06-012-17/+22
* test case for setting referencesAdrian Thurston2013-06-012-1/+57
* downref exiting tree when setting a reference valAdrian Thurston2013-06-013-8/+5
* allow matching against reference typesAdrian Thurston2013-06-011-1/+2
* changelog entries for 0.11, version bump to 0.110.11Adrian Thurston2013-05-262-3/+18
* updated tests for ref<> delimitersAdrian Thurston2013-05-255-16/+16
* require <> around type arg of a refAdrian Thurston2013-05-251-1/+1
* updated test cases for new ptr syntaxAdrian Thurston2013-05-251-95/+95
* require <> around the type arg of a ptrAdrian Thurston2013-05-251-1/+1
* more conversion to prod name switches in the loaderAdrian Thurston2013-05-252-58/+75
* improved member name for rhsEl objField in ProdElAdrian Thurston2013-05-202-14/+14
* more use of production namesAdrian Thurston2013-05-202-65/+66
* some more use of production names, lowercased enum nameAdrian Thurston2013-05-203-92/+102
* prefix prod names with '_', use prodName to retrieve numAdrian Thurston2013-05-202-35/+36
* trying out more production labelsAdrian Thurston2013-05-192-51/+53
* added a production naming mechanism, results in enum generatedAdrian Thurston2013-05-1912-85/+139
* make tokdata accessible by the exportsAdrian Thurston2013-05-183-16/+19
* added export text_ws() as a synonym to text_notrim()Adrian Thurston2013-05-181-0/+1
* 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
* made TREE_TO_STR instruction semantics consistent with printAdrian Thurston2013-05-183-7/+7
* print and stream print no longer trim by defaultAdrian Thurston2013-05-181-3/+3
* stream push and append no longer trim by defaultAdrian Thurston2013-05-181-2/+2
* make treeToStr function staticAdrian Thurston2013-05-181-1/+1
* load prodNum when consingAdrian Thurston2013-05-131-0/+1
* test the ambiguity between cons forms and expr in constructorAdrian Thurston2013-05-121-0/+68
* force expr parsed last in cons_el (and string/accum)Adrian Thurston2013-05-122-11/+14
* new test for a rhs ref after a tree copyAdrian Thurston2013-05-111-0/+52
* copy prodNum in real tree copyAdrian Thurston2013-05-111-0/+1
* don't need to check for ragel or kelbtAdrian Thurston2013-05-111-61/+3
* removed the commented-out pre-automake makefile rulesAdrian Thurston2013-05-111-68/+0