No description
Find a file
jmug 577fad2da6 Parsing statements (skipping expressions).
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-01-02 19:46:45 -08:00
cmd/repl Add REPL boilerplate. 2025-01-02 17:18:00 -08:00
pkg Parsing statements (skipping expressions). 2025-01-02 19:46:45 -08:00
waiig_code_1.7 Download and add the "code" folder. 2025-01-01 15:44:44 -08:00
.envrc Add a development flake. 2025-01-01 15:48:44 -08:00
.gitignore Add a development flake. 2025-01-01 15:48:44 -08:00
flake.lock Add a development flake. 2025-01-01 15:48:44 -08:00
flake.nix Add a development flake. 2025-01-01 15:48:44 -08:00
go.mod Initialize go module 2025-01-01 15:53:05 -08:00
README.md Initial commit 2025-01-01 15:41:58 -08:00

interpreter-in-go

Following the "Writing an interpreter in Go" Book