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

Feature request: debug support #19

Open
astrolemonade opened this issue May 2, 2023 · 2 comments
Open

Feature request: debug support #19

astrolemonade opened this issue May 2, 2023 · 2 comments

Comments

@astrolemonade
Copy link

It would be nice to have at least basic debug support for the language. I know it's an advanced topic but I think there is so much to learn from it.

@mingodad
Copy link

mingodad commented Sep 6, 2023

Not exactly debug support but using the grammar from this repository I've adapted it to show a parser tree and also can be used to develop/debug/extend the grammar here https://mingodad.github.io/parsertl-playground/playground/ (select Lox parser in Examples and then click Parse).

@ajeetdsouza
Copy link
Owner

@astrolemonade building an implementation of the Debug Adapter Protocol on loxcraft should be quite rewarding. I'm a bit caught up with work at the moment, but if you'd like to take this up, I could help you with it.

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

No branches or pull requests

3 participants