oga/lib
Yorick Peterse 266c66569e Removed internal state of XPath::Evaluator.
Come to think of it it might actually be easier to implement the evaluator as
an actual VM. That is, instead of directly running on the AST it runs on some
flavour of bytecode. Alternatively it runs directly on the AST but behaves more
like a (stack based) VM. This would most likely be easier than passing a cursor
to every node processing method.
2014-07-08 19:19:59 +02:00
..
oga Removed internal state of XPath::Evaluator. 2014-07-08 19:19:59 +02:00
oga.rb Initial, half-assed attempt at an XPath evaluator. 2014-07-07 19:41:09 +02:00