oga/spec
Yorick Peterse 45b0cdf811 Track element name nesting in the pull parser.
Tracking the names of nested elements makes it a lot easier to do contextual
pull parsing. Without this it's impossible to know what context the parser is
in at a given moment.

For memory reasons the parser currently only tracks the element names. In the
future it might perhaps also track extra information to make parsing easier.
2014-04-28 23:40:36 +02:00
..
oga Track element name nesting in the pull parser. 2014-04-28 23:40:36 +02:00
support Stream tokens when lexing. 2014-04-09 22:08:13 +02:00
spec_helper.rb Basic project layout. 2014-02-26 19:50:16 +01:00