Yorick Peterse
|
4542f06d0f
|
Replaced fcall/fret with fnext in the XML lexer.
With the rules being cleaned up/moved around a bit we can drop the use of
fcall/fret. This saves the need of having to maintain a stack (position).
|
2014-05-21 00:08:48 +02:00 |
Yorick Peterse
|
bbdc7966db
|
Documentation for the JRuby extension.
|
2014-05-07 10:24:24 +02:00 |
Yorick Peterse
|
3afef5f7cc
|
Lexer support for JRuby.
JRuby now passes all tests. Benchmark wise it completes the big XML benchmark
in about 500-600 milliseconds.
|
2014-05-07 09:40:22 +02:00 |
Yorick Peterse
|
b9a4038e42
|
Callback boilerplate for the Java lexer.
|
2014-05-07 01:01:24 +02:00 |
Yorick Peterse
|
9abc5c1c92
|
Separated the Java and C ext codebases.
|
2014-05-07 00:29:10 +02:00 |