oga/lib
Yorick Peterse 817a5e075b Wrap predicate AST nodes _around_ other nodes.
This means that "foo[1]" uses this AST:

    (predicate (test nil "foo") (int 1))

Instead of this AST:

    (test nil "foo" (int 1))

This makes it easier for the XPath evaluator to process predicates correctly.
2014-11-12 22:59:38 +01:00
..
oga Wrap predicate AST nodes _around_ other nodes. 2014-11-12 22:59:38 +01:00
oga.rb First step at rewriting the CSS parser. 2014-10-20 00:30:16 +02:00