summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/Scanner.php
AgeCommit message (Expand)Author
2018-11-25Normalize PHPDoc commentsTitouan Galopin
2018-11-25Fix coding styleTitouan Galopin
2018-11-24Optimize consuming whitespacesChristophe Coevoet
2018-11-08move sequenceMatches to the ScannerAsmir Mustafic
2018-11-08improve consume speedAsmir Mustafic
2018-11-03Improve performance by relying on a native string instead of InputStreamTitouan Galopin
2015-01-15Fixed alphabet, ß now can be detectedDavid Weston
2014-06-17PSR-2 formattingAsmir Mustafic
2014-06-11PSR-2 code styleAsmir Mustafic
2014-06-11PSR-0 vendor namespaceAsmir Mustafic
2013-09-26Switched to late static bindings to make altering and building with these cla...Matt Farina
2013-06-28Documentation updates for Beta 1!Matt Butcher
2013-04-19Finished minor refactoring of tokenizer.Technosophos
2013-04-19Added consume() to scanner, refactoring Tokenizer.Technosophos
2013-04-11Working on closing tag and bogus comments.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-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-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-10HIGHLY EXPERIMENTAL: Writing a new parser.Matt Butcher