oga/lib
Yorick Peterse 8898d08831 Compacter parser AST.
The AST no longer uses the generic `element` type for element nodes but instead
changes the type based on the element type. That is, a <p> element now results
in an (p) node, <link> in (link), etc.
2014-03-17 21:03:54 +01:00
..
oga Compacter parser AST. 2014-03-17 21:03:54 +01:00
oga.rb Moved the parser class to Oga::Parser. 2014-03-11 22:01:50 +01:00