Oxidized version of "Writing an Interpreter in Go"
Find a file
Devon Tingley 124218cfd8 Chapter 3
No idea if garbage collection is needed since it kinda mimics Rust's
lifetime system but /shrugs/ probably not what the monkey spec
recommends? idk, there aren't any pointers so I think it'd be fine (for
now, at least...)
2023-03-10 09:02:48 -05:00
examples Chapter 3 2023-03-10 09:02:48 -05:00
src Chapter 3 2023-03-10 09:02:48 -05:00
.gitignore Ch 1.3 2023-03-01 23:10:54 -05:00
Cargo.lock Chapter 3 2023-03-10 09:02:48 -05:00
Cargo.toml Chapter 3 2023-03-10 09:02:48 -05:00