Some more refactoring following the elimination of the intermediate file. Don't
[external/ragel.git] / ragel / parsedata.cpp
2008-10-26 thurstonSome more refactoring following the elimination of...
2008-10-26 thurstonsome refactoring
2008-10-26 thurstonMore work on the direct connection between frontend...
2008-10-08 thurstonGet ragel working again while the direct-to-backend...
2008-10-08 thurstonNeed preserve xml code generation and duplicate+migrate...
2008-10-07 thurstonThe action of the <ragel_def> tag was made into a direc...
2008-10-07 thurstonDon't need to pass the language as a string, just use...
2008-10-07 thurstonStarting to elminated the XML intermediate file. Remove...
2008-10-07 thurstonemail address update: thurston@cs.queensu.ca -> thursto...
2008-10-07 thurstonIn kelbt 0.13 the eof token is prefixed with the parser...
2008-09-01 thurstonNow supplying the XmlParser to writeMachines.
2008-08-30 thurstonStarted on the move back to a single executable. The...
2008-05-12 thurstonFixed crash on failed lookup of goto/call/etc target.
2008-03-30 thurstonC# patch Daniel Tang.
2008-03-20 thurstonAdded a flag -d for turning off the removal of duplicat...
2008-01-11 thurstonThe "tokstart" and "tokend" variables were changed...
2008-01-05 thurstonRemainder of warnings fixed.
2008-01-04 thurstonMore warning elimination.
2008-01-04 thurstonEliminated warnings from gcc 4.3 about conversion from...
2007-10-15 thurstonGo back to 3.X semantics for >, % and error actions...
2007-09-24 thurstonAdded an override for the eof variable.
2007-09-15 thurstonAdded two new statements: prepush and postpop. These...
2007-09-13 thurstonIf the condition embedding code runs out of available...
2007-06-20 thurstonMoved cases around.
2007-06-14 thurstonThe "data" variable can now be overridden using the...
2007-06-08 thurstonBug fix: when -S or -M was given the ragel version...
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-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-10 thurstonImplemented an export feature, for exporting single...
2007-03-10 thurstonWhen multiple conditions are executed on a single chara...
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-01-21 thurstonImport from my private repository. Snapshot after versi...