|
.gitignore
|
add binary to gitignore
|
2025-06-07 18:01:00 -04:00 |
|
ast.go
|
ast + basic printer
|
2025-06-07 21:12:44 -04:00 |
|
astprinter.go
|
ast + basic printer
|
2025-06-07 21:12:44 -04:00 |
|
go.mod
|
init + lexer
|
2025-06-07 17:24:28 -04:00 |
|
main.go
|
holy carp it parses
|
2025-06-07 21:16:05 -04:00 |
|
parser.go
|
holy carp it parses
|
2025-06-07 21:16:05 -04:00 |
|
scanner.go
|
fix string literal token value type
|
2025-06-07 21:12:26 -04:00 |
|
tokentype.go
|
holy carp it parses
|
2025-06-07 21:16:05 -04:00 |
|
tokentype_string.go
|
init + lexer
|
2025-06-07 17:24:28 -04:00 |