Yorick Peterse
|
31ec76c90a
|
Fixed guard in the lexer header.
|
2014-05-18 16:51:17 +02:00 |
Yorick Peterse
|
ad67cd708f
|
Only include debug info when DEBUG is set.
|
2014-05-15 20:43:48 +02:00 |
Yorick Peterse
|
1b58723e7d
|
Removed stdioh. #include.
This header is also not needed.
|
2014-05-11 21:06:55 +02:00 |
Yorick Peterse
|
e2b9fc75ca
|
Removed #include for malloc.h
Apparently some OS' move this to malloc/malloc.h. Since it's not needed lets
just get rid of it.
|
2014-05-11 21:06:02 +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 |