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
|
ee78b2c382
|
Don't redefine namespaces in C.
The Oga::XML namespace should be set up by Ruby, not by C.
|
2014-05-07 10:52:06 +02:00 |
Yorick Peterse
|
e271298984
|
Use macros in the C lexer.
|
2014-05-07 00:57:25 +02:00 |
Yorick Peterse
|
f25f8a3d15
|
Break up the Ragel C grammar.
The grammar is now broken up in to a base lexer and a C lexer. This allows the
same grammar to also be used in the Java code.
|
2014-05-07 00:50:34 +02:00 |
Yorick Peterse
|
9abc5c1c92
|
Separated the Java and C ext codebases.
|
2014-05-07 00:29:10 +02:00 |