No description
Find a file
2025-06-08 16:03:02 -04:00
ast basic expression interpreter 2025-06-08 16:03:02 -04:00
cli restructure 2025-06-08 15:02:35 -04:00
lexer restructure 2025-06-08 15:02:35 -04:00
parser restructure 2025-06-08 15:02:35 -04:00
repl restructure 2025-06-08 15:02:35 -04:00
reporter restructure 2025-06-08 15:02:35 -04:00
runtime basic expression interpreter 2025-06-08 16:03:02 -04:00
.gitignore add binary to gitignore 2025-06-07 18:01:00 -04:00
go.mod restructure 2025-06-08 15:02:35 -04:00
go.sum restructure 2025-06-08 15:02:35 -04:00
README.md restructure 2025-06-08 15:02:35 -04:00
run.go basic expression interpreter 2025-06-08 16:03:02 -04:00

lox-go

a (currently incomplete) implementation of lox in golang

todo

  • finish implementation
  • make better repl (see: repl)