oga/spec
Yorick Peterse 08d412da7e First shot at removing the AST layer.
The AST layer is being removed because it doesn't really serve a useful
purpose. In particular when creating a streaming parser the AST nodes would
only introduce extra overhead.

As a result of this the parser will instead emit a DOM tree directly instead of
first emitting an AST.
2014-04-21 23:05:39 +02:00
..
oga First shot at removing the AST layer. 2014-04-21 23:05:39 +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