Get ragel working again while the direct-to-backend code is being written.
[external/ragel.git] / rlgen-java / javacodegen.h
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 thurstonStarted on the move back to a single executable. The...
2008-04-20 thurstonBug fix for eofTrans. When not using indicies we can...
2007-09-29 thurstonScanner EOF transitions are now taken in Java code...
2007-09-24 thurstonRemoved the write eof command.
2007-09-24 thurstonIntrocuded the "eof" variable for indicating the end...
2007-06-14 thurstonThe "data" variable can now be overridden using the...
2007-04-29 thurstonIn the variable statement changed the name "curstate...
2007-03-12 thurstonAdded exports and entry points to Java and Ruby code...
2007-03-12 thurstonAll machine instantiations are now implicitly reference...
2007-02-11 thurstonKEY() should be returning a string, allowing it to...
2007-02-11 thurstonNew array generation for Java. For a single array a...
2007-02-05 thurstonThe writeStatement function is now part of CodeGenData.
2007-02-04 thurstonSome cleanup of code. These functions are not needed...
2007-02-02 thurstonMerged the FsmCodeGen, TabCodeGen and JavaTabCodeGen...
2007-02-02 thurstonShortened the name of the Java code generation executable.