summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser
AgeCommit message (Collapse)Author
2013-04-11Moved UTF-8 character check out to UTF8Utils.Technosophos
2013-04-11Working on tag parsing.Matt Butcher
2013-04-11Started StringInputStream tests.Matt Farina
2013-04-10Streamlining recursion.Technosophos
2013-04-10Updated documentation in EventHandler.Technosophos
2013-04-10Instead of throwing parse errors, we now send as events.Technosophos
2013-04-10Finishing tests on entities.Technosophos
2013-04-10Namespace fixed for ParseError.Technosophos
2013-04-10Working on entity resolution.Technosophos
2013-04-10Finished CharacterReference class.Technosophos
2013-04-10Added pass through commands on the scanner to the column, row, and ↵Matt Farina
characters remaining methonds.
2013-04-10Added bounds checking to the scanner current method.Matt Farina
2013-04-10Moved the scanner to the new Parser InputStream and updated the unit tests ↵Matt Farina
to use StringInputStream
2013-04-10Added main parsing loop.Technosophos
2013-04-10Merge branch 'master' of github.com:technosophos/HTML5-PHPTechnosophos
2013-04-10Added CharacterReference utility class.Technosophos
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-10Use UTF8Utils.Matt Butcher
2013-04-10Merge branch 'master' of github.com:technosophos/HTML5-PHPMatt Butcher
2013-04-10Refactoring InputStream.Matt Butcher
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-10Fixed a naming slip.Matt Farina
2013-04-10HIGHLY EXPERIMENTAL: Writing a new parser.Matt Butcher