summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fixed the variable capture in read_word on 32 bit systemsAdrian Thurston2020-01-051-6/+6
* some function renaming and old code removal to elim warningsAdrian Thurston2020-01-054-345/+5
* merge branch 'literal-concatenation'Adrian Thurston2020-01-032-34/+51
|\
| * colm: testing a new grammar where string concatenations are allowedliteral-concatenationAdrian Thurston2019-12-282-34/+51
* | colm: folding some long lines in input and stream implementationsAdrian Thurston2020-01-032-35/+70
* | colm-pack: don't try to tar up results when colm failesAdrian Thurston2020-01-031-1/+3
* | updated colm-pack wrapper: parse args first then switch on outputAdrian Thurston2020-01-032-50/+51
* | using a wrapper script to achieve one output per runAdrian Thurston2020-01-0230-83/+240
* | added missing open/close block to BREAK and NBREAKAdrian Thurston2020-01-012-4/+60
* | containing package versioned X and sub-packages X.YAdrian Thurston2019-12-313-11/+12
* | colm: implemented IN_SET_RHS_VAL_WC and stubbed relatedAdrian Thurston2019-12-304-0/+61
* | ragel: unified Variable and GotoLabel reference functionsAdrian Thurston2019-12-3015-51/+49
* | some whitespace fixes: spaces to tabsAdrian Thurston2019-12-293-9/+9
* | Possible fix for issue discovered by clang 9.01mingodad2019-12-291-1/+1
* | Fix for compiling with clang 9.01 on androidmingodad2019-12-2923-111/+119
* | colm: updated hello_world and assign examplesAdrian Thurston2019-12-293-11/+17
* | colm testing: default expected output, report compilation failuresAdrian Thurston2019-12-292-6/+12
* | colm: fixes for backtracking in constructors and patternsAdrian Thurston2019-12-292-3/+66
* | colm rewriting: break when we create a new prodAdrian Thurston2019-12-282-1/+4
|/
* ragel julia: upgrades tests to 1.0 of julia languageAdrian Thurston2019-12-284-19/+35
* ragel testing: try gdc-8 down through gdc-5Adrian Thurston2019-12-271-1/+11
* ragel: check that javac worksAdrian Thurston2019-12-271-0/+18
* colm: proper implementation of both left and right recursion in c++Adrian Thurston2019-12-279-50/+66
* colm rewriting: newly generated prods should go above where they are createdAdrian Thurston2019-12-271-40/+48
* allow simple variable defs in colm bootstrap grammarAdrian Thurston2019-12-272-2/+32
* Created a common superclass for the export classesAdrian Thurston2019-12-276-65/+70
* disable julia tests until we can sort out changesAdrian Thurston2019-12-261-0/+6
* some improvements to the --with-colm build optionAdrian Thurston2019-12-262-5/+21
* left/right-independent iterator for repeats in top-down loadsAdrian Thurston2019-12-268-158/+259
* run the build-test action on our own git action runnerAdrian Thurston2019-12-221-1/+1
* use left-recursing in the colm grammarAdrian Thurston2019-12-2213-70/+142
* with-colm build: need to make tar dir, added a check for the colm binAdrian Thurston2019-12-222-4/+9
* testing: fixed EXTRA_DIST in test/aapl.d/Adrian Thurston2019-12-212-3/+2
* testing: added missing *.exp files to dist, don't configure with crackAdrian Thurston2019-12-212-1/+9
* fixes for the build-test actionAdrian Thurston2019-12-201-2/+2
* fixed dist: removed timed from MakefileAdrian Thurston2019-12-201-1/+1
* build-test action: also unpack and test the distAdrian Thurston2019-12-201-0/+19
* testing: merged runtests and timed, removed system variation from some testsAdrian Thurston2019-12-208-87/+102
* testing: added a configure check for ASM testsAdrian Thurston2019-12-192-3/+44
* testing: list the tests that failedAdrian Thurston2019-12-192-2/+3
* don't run objective-c tests if gnustep config is not availableAdrian Thurston2019-12-182-1/+12
* testing: propagate internal and test case failures to exit statusAdrian Thurston2019-12-182-6/+24
* configure: verify that julia is able to run programsAdrian Thurston2019-12-181-0/+14
* merge remote-tracking branch 'konstantin/cmake'Adrian Thurston2019-12-173-10/+39
|\
| * cmake: restore projectKonstantin Podsvirov2019-12-163-10/+39
* | build-test CI: need to disable manual buildingAdrian Thurston2019-12-171-1/+1
* | need to call autogen.sh for build-test github actionAdrian Thurston2019-12-171-0/+2
* | added build-testing github workflowAdrian D. Thurston2019-12-171-0/+17
|/
* loadcolm cannot be shared by bootstrap0 and colmAdrian Thurston2019-12-156-2872/+2880
* build system fixesAdrian Thurston2019-12-151-8/+15