loxcraft icon indicating copy to clipboard operation
loxcraft copied to clipboard

Feature request: debug support

Open astrolemonade opened this issue 1 year ago • 2 comments

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.

astrolemonade avatar May 02 '23 13:05 astrolemonade

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).

mingodad avatar Sep 06 '23 14:09 mingodad

@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.

ajeetdsouza avatar Feb 14 '24 14:02 ajeetdsouza