Skip to content

Initial release

Choose a tag to compare

@gpu004 gpu004 released this 29 May 08:24
· 1 commit to main since this 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.