Skip to content
/ lox Public

Another implementation of the Lox language from the book Crafting Interpreters

Notifications You must be signed in to change notification settings

xffxff/lox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

55bc5d4 · Nov 13, 2023
Sep 20, 2023
Nov 11, 2023
Nov 13, 2023
Nov 13, 2023
Nov 13, 2023
Nov 5, 2023
Nov 11, 2023
Nov 10, 2023
Nov 5, 2023
Sep 17, 2023

Repository files navigation

lox

Another implementation of the Lox language from the book Crafting Interpreters. You can try it out at the Lox Playground.

This isn't a direct translation of the book's code into Rust, but rather a personal attempt to recreate the language, using the book as a guiding resource.

This lox variant borrows heavily from dada. (Learning? Well, it starts with a bit of cheeky imitation!😜)

About

Another implementation of the Lox language from the book Crafting Interpreters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages