Adrian Thurston
Adrian Thurston
This way we can add a ragel state machine to a C file without disrupting the C syntax. The resulting file can still be handled as a C (or whichever)...
When using `ragel-rust -V` the graphviz output ends up in the intermediate file and the intermediate file parsing throws an error.
Right now the only way to get an action to execute before a condition is to use from-state actions. Would be better if we can sequence these using ordering in...
From Pablo Bleyer: > Is it currently possible to parametrize repetition numbers with > declarations or imported definitions? For example, "bytes{min,max}" > where 'min' and 'max' are defined in an...
This has been requested in the past. Requested again by Denis Naumov. %%option name = value; There are some sticky issues involved ... how to parse the host language to...
The usual string parsing causes backslash to escape, rather than path-separate.
This ragel statement should put the machine into the error state and then break out. It has been started, but needs to be finished.
This would permit us to use functions that should be called only once to retrieve a character.