pxp-lang / pxp

A suite of high-performance tools for PHP developers – includes a code formatter, static analyser, language server and superset language.
https://pxplang.org
Other
784 stars 0 forks source link

Improve heredoc/nowdoc tokenisation and parsing #76

Open ryangjchandler opened 2 months ago

ryangjchandler commented 2 months ago

The logic we use for tokenising and parsing heredocs/nowdocs is a bit messy, I'd like to make it simpler.