Some more refactoring following the elimination of the intermediate file. Don't
[external/ragel.git] / redfsm / xmlparse.kl
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 thurstonMore work on the direct access to the backend. The...
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-09-01 thurstonRenaming to avoid name conflicts following the merge...
2008-08-30 thurstonDot output working again.
2008-08-30 thurstonStarted on the move back to a single executable. The...
2008-03-30 thurstonC# patch Daniel Tang.
2007-09-28 thurstonEOF actions and targets for processing tokens are now...
2007-09-24 thurstonAdded an override for the eof variable.
2007-09-15 thurstonAdded two new statements: prepush and postpop. These...
2007-06-22 thurstonImproved the error message given when there is a write...
2007-06-14 thurstonThe "data" variable can now be overridden using the...
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-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-30 thurstonRemoved malloc.h includes. This is not a standard heade...
2007-03-10 thurstonImplemented an export feature, for exporting single...
2007-03-02 thurstonAdded malloc.h includes. From Josef Goettgens.
2007-02-05 thurstonThe writeStatement function is now part of CodeGenData.
2007-02-04 thurstonThe conversion from the string language type which...
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-02 thurstonSplit the XML parsing, reduced fsm, and the code genera...