summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/Scanner.php
AgeCommit message (Collapse)Author
2013-04-10Moved the scanner to the new Parser InputStream and updated the unit tests ↵Matt Farina
to use StringInputStream
2013-04-10Moved the scanner to the new string input parser. The current test will fail ↵Matt Farina
until the parser is updated to handle positioning correctly.
2013-04-10Added tests for the scanner getHex method.Matt Farina
2013-04-10Added more documentation and tests to the Scanner.Matt Farina
2013-04-10Started unit tests on the scanner.Matt Farina
2013-04-10Added some documentation to the parser.Matt Farina
2013-04-10Moved the ParseError exception to it's own file. I had trouble finding it so ↵Matt Farina
this was helpful for me.
2013-04-10HIGHLY EXPERIMENTAL: Writing a new parser.Matt Butcher