summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser
AgeCommit message (Expand)Author
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 characters...Matt Farina
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 to...Matt Farina
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
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
2013-04-10Fixed a naming slip.Matt Farina
2013-04-10HIGHLY EXPERIMENTAL: Writing a new parser.Matt Butcher