summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* need to use open curly as action locationragel-masterAdrian Thurston2019-09-081-2/+2
* Handle the new ragel version format in the autoconf scriptWictor Lund2019-08-121-1/+1
* recheck sys/wait.h headerKonstantin Podsvirov2019-08-072-22/+13
* add cmake option ragel_BUILD_EXAMPLESKonstantin Podsvirov2019-08-073-1/+31
* cmake export from project directoryKonstantin Podsvirov2019-08-073-6/+11
* added --no-fork option and refactored the rlhc job forkAdrian Thurston2019-08-062-31/+54
* check sys/wait.h headerKonstantin Podsvirov2019-07-274-0/+17
* cmake supports building hostsKonstantin Podsvirov2019-07-2625-0/+451
* cmake read configuration from configure.acKonstantin Podsvirov2019-07-251-5/+21
* cmake project restorationKonstantin Podsvirov2019-07-251-25/+18
* moved the go out grammar to it's own file to allow usage in test suiteAdrian Thurston2019-05-253-48/+53
* using new colm auto-trim feature to clean up generated go codeAdrian Thurston2019-05-221-29/+45
* removed some unused codeAdrian Thurston2019-05-222-27/+2
* use per-state out and pop labels that set the stateAdrian Thurston2019-05-211-77/+15
* new-loop implementation for ASMAdrian Thurston2019-05-211-85/+121
* generate new_recs only if there is a pre-push nfa actionAdrian Thurston2019-05-211-2/+5
* eliminate per-state pop labels if there are no nfa statesAdrian Thurston2019-05-211-4/+6
* IpGoto: cleanup, use static check on final state statusAdrian Thurston2019-05-211-15/+11
* ipgoto: can use a static goto pop/outAdrian Thurston2019-05-201-4/+4
* using exit labels for pop and out, with CS setAdrian Thurston2019-05-203-54/+40
* removed EOF_CHECKAdrian Thurston2019-05-202-28/+0
* IpGoto: moving eof transitions alongside regularsAdrian Thurston2019-05-201-45/+45
* NFA push happens before from-stateAdrian Thurston2019-05-201-2/+2
* IpGoto: refactor of the state codegen cases, pushing error states downAdrian Thurston2019-05-201-76/+64
* calling eof transitions in IpGotoAdrian Thurston2019-05-201-23/+8
* NFA stack is two arrays in crack, java, julia, ocaml, ruby and rustAdrian Thurston2019-05-186-11/+62
* added some missing casting and type correctness code for NFA codegenAdrian Thurston2019-05-182-4/+5
* implemented NfaClear in asm codegenragel-7.0.0.12Adrian Thurston2019-05-141-1/+5
* added some files missing from the distAdrian Thurston2019-05-141-1/+3
* version bump to 7.0.0.12, updated expected colm versionAdrian Thurston2019-05-142-4/+4
* added "signed" versions of alphtype to allow removal of doubtAdrian Thurston2019-05-141-5/+9
* C codegen: use "signed char" when we mean signedAdrian Thurston2019-05-142-2/+2
* asm: execute from-state actions in EOFAdrian Thurston2019-05-061-1/+16
* enable line directives in ASMAdrian Thurston2019-05-061-9/+0
* running from-state actions on EOFAdrian Thurston2019-05-045-8/+10
* need to transfer from-state actions to NFA transitionsAdrian Thurston2019-05-035-11/+22
* goto: moving the EOF trans testing into state caseAdrian Thurston2019-04-291-26/+20
* goto: moved from state code into state casesAdrian Thurston2019-04-292-11/+23
* removed {} around trans goto, previous necessary for cond varAdrian Thurston2019-04-281-3/+0
* eliminated some unnecessary WS from output, added some DECLAREsAdrian Thurston2019-04-273-23/+12
* use of label vars in goto codegensAdrian Thurston2019-04-277-83/+70
* more usage of Variable struct for localsAdrian Thurston2019-04-2715-60/+81
* goto: using Var class for ck, moved decl to head of write execAdrian Thurston2019-04-263-21/+22
* removed TABS emit function and level trackingAdrian Thurston2019-04-2614-178/+156
* eliminating some unnecessary whitespace from the output stringsAdrian Thurston2019-04-262-69/+69
* expect a newline after else when looking for single-line indentAdrian Thurston2019-04-261-1/+1
* use translatedHostData escaping only if non-directAdrian Thurston2019-04-261-1/+4
* added some missing newlines, improving look of outputAdrian Thurston2019-04-2611-31/+38
* NFA pop tweaks for ASMAdrian Thurston2019-04-221-7/+9
* working on new-loop implementation for ASMAdrian Thurston2019-04-221-46/+46