Improved the error message given when there is a write statement but no machine
[external/ragel.git] / ragel /
2007-06-20 thurstonMoved cases around.
2007-06-14 thurstonThe "data" variable can now be overridden using the...
2007-06-11 thurstonAdjusted whitespace in xml output.
2007-06-10 thurstonCan cleanup the xml code generation and remove the...
2007-06-09 thurstonThe p varialbe is now set up at the beginning of a...
2007-06-09 thurstonChanged the names of the generated scanner actions...
2007-06-08 thurstonPut the scanner action generators together.
2007-06-08 thurstonUpdated documentation for -S and -M.
2007-06-08 thurstonBug fix: when -S or -M was given the ragel version...
2007-05-13 thurstonNeed to isolate the start state of a scanner before...
2007-05-10 thurstonFixed an inconsistency in the value of p following...
2007-04-29 thurstonThe alphabet type is now communicated from the frontend...
2007-04-29 thurstonThe version number is now included in the intermediate...
2007-04-29 thurstonParse errors in the intermediate XML file now cause...
2007-04-29 thurstonIn the variable statement changed the name "curstate...
2007-04-28 thurstonCan now embed the negative sense of a condition.
2007-04-27 thurstonA better solution to resolving the - ambiguity: force...
2007-04-25 thurstonBug fix: when fhold was used in scanner pattern actions...
2007-04-06 thurstonAdded support for Ruby comments and regular expression...
2007-04-04 thurstonUse the new import feature of Ragel for bringing in...
2007-03-30 thurstonRemoved malloc.h includes. This is not a standard heade...
2007-03-27 thurstonThe cs variable is now always initialized, unless the...
2007-03-25 thurstonSome fixes which silence warnings emitted by the micros...
2007-03-14 thurstonUpdated the manual section on instantiation to reflect...
2007-03-14 thurstonImporting moved into the primary scanner. Import statem...
2007-03-13 thurstonStarted on a scanner for importing definitions.
2007-03-13 thurstonMoved scanner class into a new header rlscan.h.
2007-03-12 thurstonSilence warnings about definite and/or possible use...
2007-03-12 thurstonIf the main machine is not present then do not emit...
2007-03-12 thurstonAll machine instantiations are now implicitly reference...
2007-03-11 thurstonIn the port from flex to ragel, the Name separator...
2007-03-10 thurstonImplemented an export feature, for exporting single...
2007-03-10 thurstonWhen multiple conditions are executed on a single chara...
2007-03-09 thurstonAdded a new syntax for verbose embeddings. This adds...
2007-03-02 thurstonMake use of @datadir@ and @mandir@ in doc/Makefile...
2007-03-02 thurstonThe Action::numRefs() and RedAction::numRefs() function...
2007-03-02 thurstonAdded malloc.h includes. From Josef Goettgens.
2007-02-11 thurstonUse a single function for both the active flag (now...
2007-02-11 thurstonThe parserExists function should be called before activ...
2007-02-11 thurstonFixed the segfault which occured when a machine referen...
2007-02-10 thurstonFixed the null dereference and consequential segfault...
2007-02-06 thurstonUpdated Victor's email address. The frontend parameter...
2007-02-04 thurstonThe frontend is now responsible for creating the error...
2007-02-03 thurstonFixed error from last commit: The frontend should emit...
2007-02-03 thurstonThe frontend now does a depth first ordering of states...
2007-02-03 thurstonEnabled rlgen-ruby in the top-level makefile. Merged...
2007-02-02 thurstonCR characters need to be treated as whitespace.
2007-02-02 thurstonThe common code is now a library (no more #include...
2007-02-01 thurstonImprovements to the handling of write statements in...
2007-02-01 thurstonMachine preparation and code generation is now handled...
2007-02-01 thurstonWrite statements are no longer in ragel_def elements...
2007-01-26 thurstonCleanup and removal of globals.
2007-01-25 thurstonConverted to single-line parser specifications where...
2007-01-25 thurstonSwitched to the latest kelbt syntax. Like Ragel, this...
2007-01-24 thurstonEnabled the location printing in the warning function.
2007-01-24 thurstonA fix from Matt Mower.
2007-01-23 thurstonSome cleanup of comments and error messages.
2007-01-22 thurstonRemoved the old flex and bison files. Fixed a bug in...
2007-01-22 thurstonThe range keyword was not functional in 5.16. Wait...
2007-01-21 thurstonImport from my private repository. Snapshot after versi...