Lox interpreter written i Go.
Find a file
2024-10-06 16:30:57 +03:00
.vscode variables 2024-10-05 18:58:49 +03:00
tests if, or, and, env 2024-10-06 16:30:57 +03:00
.gitignore blocks, env 2024-10-05 23:27:00 +03:00
ast_string.go if, or, and, env 2024-10-06 16:30:57 +03:00
env.go blocks, env 2024-10-05 23:27:00 +03:00
expr.go if, or, and, env 2024-10-06 16:30:57 +03:00
expr_rpn.go if, or, and, env 2024-10-06 16:30:57 +03:00
glox.go blocks, env 2024-10-05 23:27:00 +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 if, or, and, env 2024-10-06 16:30:57 +03:00
parser.go if, or, and, env 2024-10-06 16:30:57 +03:00
README.md partial ast 2024-09-30 21:46:31 +03:00
scanner.go if, or, and, env 2024-10-06 16:30:57 +03:00
stmt.go if, or, and, env 2024-10-06 16:30:57 +03:00
tokentype_string.go if, or, and, env 2024-10-06 16:30:57 +03:00

GLOX

Lox interpreter written i Go.