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

Move binaries into a "tools" crate #31

Closed ryangjchandler closed 9 months ago

ryangjchandler commented 11 months ago

Right now, some of the components have binary applications included with them to help with manual testing and development. This is quite annoying though since they also have binary-specific dependencies which need to be added as dependencies of the crate directly.

If we move all of the binaries into a generic "pxp-tools" crate, we can remove a lot of those dependencies and keep the libraries clean.