No description
Find a file
jmug cf8b0033c9 Introduced the evaluator (and integrated it with the REPL)
It supports integer and boolean literals, prefix expressions and infix
expressions with integer operands.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-01-06 18:24:23 -08:00
cmd/repl Add REPL boilerplate. 2025-01-02 17:18:00 -08:00
pkg Introduced the evaluator (and integrated it with the REPL) 2025-01-06 18:24:23 -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