Lox interpreter written i Go.
Find a file
2024-10-03 13:07:17 +03:00
.vscode partial ast 2024-09-30 21:46:31 +03:00
ast.go add ast 2024-10-03 13:07:17 +03:00
glox.go add ast 2024-10-03 13:07:17 +03:00
go.mod lexer 2024-09-29 18:45:11 +03:00
go.sum lexer 2024-09-29 18:45:11 +03:00
README.md partial ast 2024-09-30 21:46:31 +03:00
scanner.go add ast 2024-10-03 13:07:17 +03:00
tokentype_string.go lexer 2024-09-29 18:45:11 +03:00

GLOX

Lox interpreter written i Go.