oga/lib
Yorick Peterse d9fa4b7c45 Lex input as a sequence of bytes.
Instead of lexing the input as a raw String or as a set of codepoints it's
treated as a sequence of bytes. This removes the need of String#[] (replaced by
String#byteslice) which in turn reduces the amount of memory needed and speeds
up the lexing time.

Thanks to @headius and @apeiros for suggesting this and rubber ducking along!
2014-04-17 17:45:05 +02:00
..
oga Lex input as a sequence of bytes. 2014-04-17 17:45:05 +02:00
oga.rb Use a Set for storing void element names. 2014-04-10 12:28:47 +02:00