- simplified
Parser
internals - reworked character types
- removed input abstraction
- fixed backward seeking issues caused by PHP 7.1's negative string offsets feature
- changed most class members from protected to private
- cs fixes, added codestyle checks
- updated to PHP 7.1
- merged
Parser
andInputParser
into a single class - refactored exceptions
- optimized character type maps
- code style improvements
- code style fixes
- fixed a test broken by PHP 7.1
- code style fixes
- code style fixes
Initial release