summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* colm: testing a new grammar where string concatenations are allowedliteral-concatenationAdrian Thurston2019-12-282-34/+51
* 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
* go grammar: added initial (small) testing files and utf8.lmAdrian Thurston2019-12-157-18/+1656
* testing left-recursive lists <* and <+ and sublists in productionsAdrian Thurston2019-12-145-4/+88
* colm: generate an archive (using makefile) when outputing multiple filesAdrian Thurston2019-12-142-22/+42
* colm: added an extra bootstrap stage, allowing transformationsAdrian Thurston2019-12-133-31/+58
* go grammar: added lexical definitions and semi insertionAdrian Thurston2019-12-134-118/+185
* go grammar: started with the unicode definitionsAdrian Thurston2019-12-118-1/+327
* colm: add -R option, which allows hex ranges to cross 0Adrian Thurston2019-12-114-8/+31
* added C++ and Python grammars, taken from test suiteAdrian Thurston2019-12-0112-6/+3260
* moved grammars out to their own dirsAdrian Thurston2019-12-0113-23/+40
* rust grammar: a proper implementation of raw stringsAdrian Thurston2019-11-301-8/+41
* rust grammar: handle floats specified with just a trailing dotAdrian Thurston2019-11-301-1/+8
* rust grammar: partial impl of floatsAdrian Thurston2019-11-291-2/+10
* allow use of token keyword for literal defsAdrian Thurston2019-11-292-2/+6
* updated EXTRA_DIST in test/ragel.d and fixed rlparse COLM refAdrian Thurston2019-11-292-19/+32
* allow backtick literals to have an end quote.Adrian Thurston2019-11-284-54/+59
* revert mod to rust grammar to take advantage of ? excluded from ` litsAdrian Thurston2019-11-281-47/+47
* revert "exclude ? from position 2+ of literal token"Adrian Thurston2019-11-285-25/+9
* revert "updated test suite for exclusion of ? from pos 2+ of ` lits"Adrian Thurston2019-11-284-9/+13