|
.vscode
|
functions
|
2024-10-09 19:57:52 +03:00 |
|
tests
|
class statement
|
2024-11-06 00:09:50 +02:00 |
|
.gitignore
|
blocks, env
|
2024-10-05 23:27:00 +03:00 |
|
ast_string.go
|
class statement
|
2024-11-06 00:09:50 +02:00 |
|
callable.go
|
scope and binding
|
2024-10-14 22:53:26 +03:00 |
|
class.go
|
class statement
|
2024-11-06 00:09:50 +02: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
|
class statement
|
2024-11-06 00:09:50 +02:00 |
|
parser.go
|
class statement
|
2024-11-06 00:09:50 +02:00 |
|
README.md
|
partial ast
|
2024-09-30 21:46:31 +03:00 |
|
resolver.go
|
class statement
|
2024-11-06 00:09:50 +02: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
|
class statement
|
2024-11-06 00:09:50 +02:00 |
|
tokentype_string.go
|
break
|
2024-10-07 21:47:55 +03:00 |