You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
@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.
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.
The text was updated successfully, but these errors were encountered: