Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose a parser as a separate Node.js package to enable 3rd party tools to use it #29

Open
beetrootpaul opened this issue Oct 23, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@beetrootpaul
Copy link
Contributor

beetrootpaul commented Oct 23, 2022

What I lack in my PICO-8 workflow is a Lua minifier which would support PICO-8 language features. I am aware there are minifiers written in Python (i.e. https://github.com/thisismypassport/shrinko8), but for some reasons I prefer to use JavaScript/TypeScript tooling. If to create such minifier, it would need to do some parsing to AST, which is already implemented in this codebase here.

Therefore, if possible, it would be great to be able to use parser from pico8-ls in such a separate project (as a Node.js dependency) instead of writing one more 🙂


This issues is created in result of #26 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants