[x] Use a meaningful title for the pull request. Include the name of the resource added.
[x] Add a short sentence on why do you think the resource you're adding is awesome!
[x] Make sure your addition maintains the alphabtical order of the list.
[x] Make sure your addition contains a description besides the link.
Hey, thanks for creating this list! I would love it if you could include loxcraft here. Loxcraft started off as yet another implementation of Crafting Interpreters, but I decided to take it up a notch and build:
syntax highlighting, via tree-sitter
an online playground, via WebAssembly
IDE integration, via Language Server Protocol
an REPL
really good error messages
Also, it's really fast! Most implementations of Lox turn out to be significantly slower than the one in C, but this one comes really close.
Please fill in this template:
Hey, thanks for creating this list! I would love it if you could include loxcraft here. Loxcraft started off as yet another implementation of Crafting Interpreters, but I decided to take it up a notch and build:
Also, it's really fast! Most implementations of Lox turn out to be significantly slower than the one in C, but this one comes really close.