oga/lib/oga
Yorick Peterse 8237d5791d Stream tokens when lexing.
Instead of returning the tokens as a whole they are now streamed using
XML::Lexer#advance. This method returns the next token upon every call. It uses
a small buffer in case a particular block of text results in multiple tokens.
2014-04-09 22:08:13 +02:00
..
ast Rip out column counting. 2014-03-20 19:44:28 +01:00
html Stream tokens when lexing. 2014-04-09 22:08:13 +02:00
xml Stream tokens when lexing. 2014-04-09 22:08:13 +02:00
version.rb Basic project layout. 2014-02-26 19:50:16 +01:00