Lox interpreter written i Go.
Find a file
2024-10-09 19:57:52 +03:00
.vscode functions 2024-10-09 19:57:52 +03:00
tests functions 2024-10-09 19:57:52 +03:00
.gitignore blocks, env 2024-10-05 23:27:00 +03:00
ast_string.go functions 2024-10-09 19:57:52 +03:00
callable.go functions 2024-10-09 19:57:52 +03:00
env.go simple while 2024-10-07 21:06:23 +03:00
expr.go functions 2024-10-09 19:57:52 +03:00
expr_rpn.go functions 2024-10-09 19:57:52 +03:00
globals.go functions 2024-10-09 19:57:52 +03:00
glox.go break 2024-10-07 21:47:55 +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 functions 2024-10-09 19:57:52 +03:00
parser.go functions 2024-10-09 19:57:52 +03:00
README.md partial ast 2024-09-30 21:46:31 +03:00
scanner.go break 2024-10-07 21:47:55 +03:00
stmt.go break 2024-10-07 21:47:55 +03:00
tokentype_string.go break 2024-10-07 21:47:55 +03:00

GLOX

Lox interpreter written i Go.