oga/spec
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
support Stream tokens when lexing. 2014-04-09 22:08:13 +02:00
spec_helper.rb Basic project layout. 2014-02-26 19:50:16 +01:00