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

Parser/Tests: Expand the parser test suite to near full-coverage #48

Closed ryangjchandler closed 7 months ago

ryangjchandler commented 8 months ago

Closes #14.

Before I get too deep into writing more PXP components, I want to make sure that the AST we're generating is correct and properly represents the code.

This is quite a "timesink" but will be worth it in the long run, I hope.