oga/lib
Yorick Peterse 9fa694ad4f Use index based buffers for text nodes.
Instead of appending single characters to a String buffer the lexer now uses a
start and end position to figure out what the buffer is. This is a lot faster
than constantly appending to a String.
2014-03-21 17:32:07 +01:00
..
oga Use index based buffers for text nodes. 2014-03-21 17:32:07 +01:00
oga.rb Moved the parser class to Oga::Parser. 2014-03-11 22:01:50 +01:00