oga/spec
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
support Renamed parse_html() to parse(). 2014-03-16 23:46:20 +01:00
spec_helper.rb Basic project layout. 2014-02-26 19:50:16 +01:00