oga/lib
Yorick Peterse aeb4eba260 Trim the XPath AST.
The AST has been simplified by adjusting the way (path) nodes are nested.
Operators now also use `paths` instead of `expression` to allow for expressions
such as `/A or /B`. Sadly this introduces quite a bunch of conflicts in the
parser but we'll deal with those later if needed.
2014-07-10 20:19:23 +02:00
..
oga Trim the XPath AST. 2014-07-10 20:19:23 +02:00
oga.rb Initial, half-assed attempt at an XPath evaluator. 2014-07-07 19:41:09 +02:00