Releases: gpu004/automatic-disco
Releases · gpu004/automatic-disco
Release list
v0.1.1
- Follow-up release after renaming the repository to automatic-disco.
- Keeps the Go tree-walking interpreter project available under the new repo name.
- Includes the existing lexer, parser, AST, evaluator, object system, tests, and REPL implementation.
Initial release
- First public release of automatic-disco-go-interpreter, a tree-walking interpreter written in Go.
- Includes the GoblinShark language lexer, parser, AST, object system, evaluator, and REPL pieces.
- Supports core language features including bindings, booleans, integers, strings, arrays, hashes, functions, closures, and built-in functions.