php-parser/lib/PhpParser/Lexer
Nikita Popov 17d1e738fa Don't use ~__EMU sequences in emulative lexer
These were necessary back in the day when we had to emulate some
complex functionality such as nowdoc strings. Now we can simply
directly translate certain token sequences.

The motivation for this change is to avoid preprocessing of the source
code, which would complicate offset-aware error handling inside the
lexer as offsets would no longer be correct.
2016-09-30 19:10:16 +02:00
..
Emulative.php Don't use ~__EMU sequences in emulative lexer 2016-09-30 19:10:16 +02:00