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

AST: Implement Spanned for a few AST nodes #65

Closed ryangjchandler closed 5 months ago

ryangjchandler commented 5 months ago

I originally wanted to generate these Spanned implementations, but it's a lot of work to make it smart enough to handle all of the AST nodes properly, so I'm just going to implement them all manually...