Skip to content

Releases: gpu004/automatic-disco

v0.1.1

Choose a tag to compare

@gpu004 gpu004 released this 29 May 10:14
  • 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

Choose a tag to compare

@gpu004 gpu004 released this 29 May 08:24
  • 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.