Adjust maxIndexOffset to include eofTrans. Use maxIndexOffset when picking the
[external/ragel.git] / rlgen-ruby / ruby-tabcodegen.cpp
2008-04-20 thurstonAdjust maxIndexOffset to include eofTrans. Use maxIndex...
2008-04-20 thurstonBug fix for eofTrans. When not using indicies we can...
2008-01-11 thurstonThe fbreak statement now advances p.
2008-01-05 thurstonFixes for ruby 1.9.
2007-10-03 thurstonDid gotos faked with if statements and execution of...
2007-10-03 thurstonGotos faked with if statements and execution of EOF...
2007-10-03 thurstonEmulating gotos using a series of if tests. Eof transit...
2007-09-24 thurstonRemoved the write eof command.
2007-09-24 thurstonIntrocuded the "eof" variable for indicating the end...
2007-09-15 thurstonAdded two new statements: prepush and postpop. These...
2007-09-06 thurstonPatch from Victor Hugo Borja <vic@rubyforge.org>