summaryrefslogtreecommitdiff
path: root/ragel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Started on dot generation off the FsmAp struct. refs #319.Adrian Thurston2011-09-104-3/+154
* Some code refactoring. Going to move the DOT and XML code generation out of theAdrian Thurston2011-09-075-203/+217
* Moved all code files from cpp to cc extensions.Adrian Thurston2011-09-0649-14/+14
* Moved condition code into a separate file, fsmcond.cpp. Worked on the embedingAdrian Thurston2011-08-285-317/+470
* Fixes for conditions-in-trans. refs #306.Adrian Thurston2011-07-265-12/+12
* Some work on making checkErrorTrans work with condition lists. refs #306.Adrian Thurston2011-07-262-2/+48
* Hacked the compressTransitions function to work with condition lists. Adrian Thurston2011-07-251-4/+12
* More updates for the condition list inside the transition. refs #306.Adrian Thurston2011-07-254-14/+17
* Support for the condition list in the inTransMove, and in some of theAdrian Thurston2011-07-254-32/+135
* Free the duplicate of the source transition when we need to do conditionAdrian Thurston2011-07-212-3/+14
* Dun't use dupTrans for making a copy of the expanded source transitions becauseAdrian Thurston2011-07-212-12/+33
* Fixed more functions that assume a ctList with one item in it. refs #306.Adrian Thurston2011-07-213-71/+78
* Updated a couple places where we need to iterate the cond list in eachAdrian Thurston2011-07-191-8/+8
* Now running the shift and doubling for the new conditions in the merged set.Adrian Thurston2011-07-196-20/+82
* More work on the new conditions implementation. Have a very rudimentaryAdrian Thurston2011-07-185-68/+134