summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* moved ragel/* to src/Adrian Thurston2020-03-14244-3229/+221
* removed the colm tests, source runtests from colm packageAdrian Thurston2020-03-145601-2216661/+16
* ragel is again forked from colm, leaving behind libfsm and rlhcAdrian Thurston2020-03-08171-76135/+128
* test suite: various updates to allow running on OSXAdrian Thurston2020-03-078-10/+16
* Merge pull request #107 from computerquip/standalone-executablesAdrian D. Thurston2020-02-243-3/+32
|\
| * add flag to support standalone executablesZachary Lund2020-02-153-3/+32
|/
* osx linker will not accept -rpath=X, must use a space (achieved with a comma)Adrian Thurston2020-01-311-1/+1
* eliminate usage of --transform from tar -cf commandAdrian Thurston2020-01-311-2/+3
* added config.h.in~ to gitignoreAdrian Thurston2020-01-311-0/+1
* use glibtoolize on darwinAdrian Thurston2020-01-311-1/+9
* colm: modified calling convention for colm wrapperAdrian Thurston2020-01-0918-177/+194
* ragel: don't send \n before closing }%%Adrian Thurston2020-01-0913-13/+13
* colm: use a string's location (if present) when pushing to an inputAdrian Thurston2020-01-096-44/+46
* colm: added outdent check on literal concatenationsAdrian Thurston2020-01-092-45/+97
* colm: eliminated the range-crosses-zero hack needed when alphtype was signedAdrian Thurston2020-01-082-29/+4
* colm: using an unsigned char as alph type in scannerAdrian Thurston2020-01-0815-96/+122
* colm: removed flags field from the kid structAdrian Thurston2020-01-082-7/+9
* suppress unused variable warning for when --disable-debug is usedAdrian Thurston2020-01-071-3/+13
* eliminated unused var warning when sizeof(int) != sizeof(long)Adrian Thurston2020-01-051-0/+2
* 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 allowedAdrian 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