oga/ext/c
Yorick Peterse 81edce2eb8 Fixed lexing of XML comments.
The previous setup would consume too much. For example the following HTML:

    <a><!--foo--><b><!--bar--></b></a>

would result in the following T_COMMENT token:

    "foo--><b><!--bar"

The new setup requires the marking of a start position. I'm not a huge fan of
this but there doesn't appear to be a way around this.
2014-08-15 20:42:32 +02:00
..
extconf.rb Only include debug info when DEBUG is set. 2014-05-15 20:43:48 +02:00
lexer.h Fixed guard in the lexer header. 2014-05-18 16:51:17 +02:00
lexer.rl Fixed lexing of XML comments. 2014-08-15 20:42:32 +02:00
liboga.c Don't redefine namespaces in C. 2014-05-07 10:52:06 +02:00
liboga.h Removed stdioh. #include. 2014-05-11 21:06:55 +02:00