Sebastian Hugentobler shu
  • Joined on 2024-04-02
shu pushed to main at shu/crafting-interpreters 2025-05-30 10:34:57 +00:00
ccff6a3a12 update to rust 1.87
shu pushed to main at shu/crafting-interpreters 2025-05-28 20:05:35 +00:00
c3cf09c517 try some macro magic
shu pushed to main at shu/crafting-interpreters 2025-05-28 20:02:02 +00:00
2d62e8929a mention how to run bf in readme
97fdc89316 add argument reading for lox
98dfbc8503 finish bf interpreter
2d739d98cc some documentation
61a056157b don't desugar for into while until I find that subtle bug
Compare 6 commits »
shu pushed to main at shu/crafting-interpreters 2025-05-28 07:40:39 +00:00
9aa6bef6d9 update bf interpreter
94b57f8304 fix resolving of vars
Compare 3 commits »
shu pushed to main at shu/crafting-interpreters 2025-05-27 07:22:39 +00:00
6e02a1a644 add ast printer
shu pushed to main at shu/crafting-interpreters 2025-05-26 11:59:26 +00:00
8c500ab6a9 make clippy happy
shu pushed to main at shu/crafting-interpreters 2025-05-26 11:58:53 +00:00
e9cca49fc9 add veeery simple file reading
shu pushed to main at shu/crafting-interpreters 2025-05-26 10:54:12 +00:00
7340601939 documentation run
3cbeab3434 documentation run
eefbcc8ae2 documentation run
Compare 3 commits »
shu pushed to main at shu/crafting-interpreters 2025-05-26 10:24:40 +00:00
f59e6a5fd5 first documentation run
shu pushed to main at shu/crafting-interpreters 2025-05-26 08:35:27 +00:00
e065108f58 add license text because why not
shu pushed to main at shu/crafting-interpreters 2025-05-26 08:33:38 +00:00
a4cae77d2d update all packages
shu pushed to main at shu/crafting-interpreters 2025-05-26 08:31:55 +00:00
c7bcdef363 readme disclaimer
shu pushed to main at shu/crafting-interpreters 2025-05-26 08:30:45 +00:00
c869360aaa remove java implementation, was merely a book copy
shu pushed to main at shu/crafting-interpreters 2025-05-26 08:29:58 +00:00
c3bdfd66c9 remove jabva implementation, was merely a book copy
shu pushed to main at shu/crafting-interpreters 2025-05-26 08:23:07 +00:00
175f672dd6 use run instead of compile, it describes an interpreter better
shu pushed to main at shu/crafting-interpreters 2025-05-26 08:19:22 +00:00
32e5e8a41a implement chapter 13 in rust!
shu pushed to main at shu/crafting-interpreters 2025-05-25 14:04:06 +00:00
621c97102a implement chapter 12 in rust
shu pushed to main at shu/crafting-interpreters 2025-05-25 08:55:57 +00:00
283155c38b start unifying error messages
shu pushed to main at shu/crafting-interpreters 2025-05-25 08:52:25 +00:00
a25b6d1e92 implement chapter 11 in rust
shu pushed to main at shu/crafting-interpreters 2025-05-23 10:44:56 +00:00
8860a1c639 use newest rust