Yorick Peterse
|
8d3f3f15d7
|
Renamed parse_html() to parse().
|
2014-03-16 23:46:20 +01:00 |
Yorick Peterse
|
cb75edc30d
|
Basic support for lexing/parsing HTML5.
This will need a bunch of extra tests before I'll consider closing #7.
|
2014-03-16 23:42:24 +01:00 |
Yorick Peterse
|
8ce76be050
|
Moved the parser class to Oga::Parser.
Oga will use the same parser for XML and HTML so it doesn't make sense to
separate the two into different namespaces (at least for now).
|
2014-03-11 22:01:50 +01:00 |
Yorick Peterse
|
2c82f88f6c
|
Basic lexing + parsing of doctypes.
We're doing these the lazy way. I can't be bothered writing patterns/rules for
4 different formats for something such as doctypes.
|
2014-02-27 01:27:51 +01:00 |
Yorick Peterse
|
d32888f803
|
Basic lexer setup/tests.
Too lazy to do this the right way. ᕕ(ᐛ)ᕗ
|
2014-02-26 21:36:30 +01:00 |
Yorick Peterse
|
702477ca28
|
Basic project layout.
|
2014-02-26 19:50:16 +01:00 |