Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

v0.2.0

Choose a tag to compare

@ghaiklor ghaiklor released this 09 Jun 07:44
· 104 commits to master since this release

Bug Fixes

  • 馃悰 symbol table instance leak as an interpret result (00c8a6a)

Features

  • 馃幐 implement basic interpreter with few visitors (59cbb64)
  • 馃幐 implement interpreter for VariableDeclaration (aba0fc3)
  • 馃幐 implement print as a statement (b968de6)
  • 馃幐 implement REPL for interpreter (0770e27)
  • 馃幐 implement variable declarations, assignments, scopes (660edc7)
  • 馃幐 implement visitor for AST nodes (563fdbb)
  • 馃幐 implementation for symbol tables (248eae6)