v0.0.1
v0.0.1
Initial release of the Zirric programming language. Most basic expressions, functions, let-variables, and statements were implemented along with a bytecode compiler and virtual machine.
- A New Beginning — Describes the basic idea behind Zirric and compares it to Lithia.
- Going Virtual — The switch to a bytecode compiler and interpreter with massive performance improvements over Lithia’s tree-walking interpreter.
Tooling
- Tree-Sitter-Zirric v0.1.0 — Initial Tree-Sitter grammar for syntax highlighting, covering the ZE-001 Base Language syntax.
Check out the full changelog for v0.0.1.