Lox interpreter written i Go.
Find a file
2024-11-02 18:23:58 +02:00
.vscode functions 2024-10-09 19:57:52 +03:00
tests scope and binding 2024-10-14 22:53:26 +03:00
.gitignore blocks, env 2024-10-05 23:27:00 +03:00
ast_string.go scope and binding 2024-10-14 22:53:26 +03:00
callable.go scope and binding 2024-10-14 22:53:26 +03:00
env.go scope and binding 2024-10-14 22:53:26 +03:00
expr.go scope and binding 2024-10-14 22:53:26 +03:00
globals.go closures 2024-10-12 00:09:25 +03:00
glox.go scope and binding 2024-10-14 22:53:26 +03:00
go.mod lexer 2024-09-29 18:45:11 +03:00
go.sum lexer 2024-09-29 18:45:11 +03:00
interpreter.go scope and binding 2024-10-14 22:53:26 +03:00
parser.go fmt 2024-11-02 18:23:58 +02:00
README.md partial ast 2024-09-30 21:46:31 +03:00
resolver.go scope and binding 2024-10-14 22:53:26 +03:00
scanner.go break 2024-10-07 21:47:55 +03:00
stack.go scope and binding 2024-10-14 22:53:26 +03:00
stmt.go scope and binding 2024-10-14 22:53:26 +03:00
tokentype_string.go break 2024-10-07 21:47:55 +03:00

GLOX

Lox interpreter written i Go.