summaryrefslogtreecommitdiff
path: root/ragel
Commit message (Expand)AuthorAgeFilesLines
* moved ragel/* to src/Adrian Thurston2020-03-14164-53387/+0
* ragel is again forked from colm, leaving behind libfsm and rlhcAdrian Thurston2020-03-0827-6041/+83
* add flag to support standalone executablesZachary Lund2020-02-151-3/+14
* colm: modified calling convention for colm wrapperAdrian Thurston2020-01-0913-92/+78
* ragel: don't send \n before closing }%%Adrian Thurston2020-01-0913-13/+13
* eliminated unused var warning when sizeof(int) != sizeof(long)Adrian Thurston2020-01-051-0/+2
* some function renaming and old code removal to elim warningsAdrian Thurston2020-01-054-345/+5
* using a wrapper script to achieve one output per runAdrian Thurston2020-01-0226-52/+143
* added missing open/close block to BREAK and NBREAKAdrian Thurston2020-01-011-4/+4
* ragel: unified Variable and GotoLabel reference functionsAdrian Thurston2019-12-3015-51/+49
* some whitespace fixes: spaces to tabsAdrian Thurston2019-12-292-5/+5
* Possible fix for issue discovered by clang 9.01mingodad2019-12-291-1/+1
* Fix for compiling with clang 9.01 on androidmingodad2019-12-2921-106/+114
* revert "exclude ? from position 2+ of literal token"Adrian Thurston2019-11-281-6/+2
* fixes for running the test suite out of a "make dist" tarballAdrian Thurston2019-11-241-1/+1
* pass the UTF8 BOM through to the outputAdrian Thurston2019-11-1416-9/+61
* rust backend: accept lifetimes in rust_out grammarAdrian Thurston2019-11-101-0/+3
* Use inidices (not indicies) as plural of index.Adrian Thurston2019-11-0918-48/+48
* exclude ? from position 2+ of literal tokenAdrian Thurston2019-11-071-2/+6
* cmake: restore projectKonstantin Podsvirov2019-10-232-25/+23
* improved dependency specification in building colm progsAdrian Thurston2019-10-1611-11/+11
* removed the building vars COLM_, they don't changeAdrian Thurston2019-09-1213-52/+52
* use the correct version for the ragel programAdrian Thurston2019-09-122-4/+4
* fixed COLM_BIN reference in ragel buildAdrian Thurston2019-09-121-1/+1
* putting changelogs in the right placeAdrian Thurston2019-09-111-0/+1709
* some tweaks to colm vars for building other projects in treeAdrian Thurston2019-09-1113-64/+64
* build ragel programsAdrian Thurston2019-09-0814-19/+16
* moved /ragel-repos/src to /ragelAdrian Thurston2019-09-08178-0/+57858
* moved ragel aside to ragel-reposAdrian Thurston2019-09-08314-85408/+0
* merging aapl src dirs: need to call compare with this->Adrian Thurston2019-09-082-8/+8
* merging aapl src dirs: added stack operations to vectorAdrian Thurston2019-09-081-0/+4
* merging aapl src dirs: init Compare from Avl copy constructorAdrian Thurston2019-09-081-4/+8
* merging aapl src dirs: added El typedefAdrian Thurston2019-09-081-0/+2
* lifted entire ragel repository to ragel/Adrian Thurston2019-09-08314-0/+85398
* ragel director yrenamed to srcAdrian Thurston2012-07-09110-52109/+0
* need to override STATE_GOTO_ERROR in the goto code generationGraham Miller2012-07-092-0/+23
* MSVC-friendly -GT2 modeVictor Khimenko2012-07-096-11/+144
* mention OCaml in doc and command-line synopsisygrek2012-06-181-4/+4
* ocaml codegen: support -G1ygrek2012-06-185-9/+369
* ocaml codegen: choose unique name for type stateygrek2012-06-186-5/+6
* configure.in -> configure.acAdrian Thurston2012-06-171-0/+1
* Add crack language generatorConrad Steenberg2012-04-2912-6/+2028
* automated conversion of svn:ignore properties to .gitignore files on trunkAdrian Thurston2012-04-281-0/+13
* Dot code generation now done in its own class. refs #319Adrian Thurston2011-09-116-173/+193
* Now have CodeGenData inheriting ReducedGen. Unified in interface, but not yetAdrian Thurston2011-09-115-8/+17
* Passing an args struct into the code gen objects. Makes it easy to alter theAdrian Thurston2011-09-1141-197/+228
* Some code reorganization: The BackendGen class now makes the the codegenAdrian Thurston2011-09-117-1040/+1099
* Cleaned up the process function. The section in the middle that dependend onAdrian Thurston2011-09-115-328/+403
* More of the FsmGraph based dot generator filled in. Not all there yet, butAdrian Thurston2011-09-103-115/+105
* Need to store the merged condition set in dest when expanding during the mergeAdrian Thurston2011-09-103-14/+131