Crates.io | lox_one |
lib.rs | lox_one |
version | 0.1.0 |
source | src |
created_at | 2022-10-09 19:29:09.94284 |
updated_at | 2022-10-09 19:29:09.94284 |
description | A tree-walking interpreter for the Lox programming language. |
homepage | |
repository | |
max_upload_size | |
id | 684160 |
size | 97,085 |
This is simple tree-walking interpreter for the Lox language.
This repo implements the jlox interpreter from the great Crafting Interpreters book by the awesome Bob Nystrom.
if/else
for
and while
loops)I think if I can get done with the book I will add: