aalhour / awesome-compilers

:sunglasses: Curated list of awesome resources on Compilers, Interpreters and Runtimes
http://aalhour.com/awesome-compilers
Other
8.95k stars 648 forks source link

Add loxcraft under Toy Projects #114

Open ajeetdsouza opened 1 year ago

ajeetdsouza commented 1 year ago

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.