Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@federicozanardo federicozanardo released this 06 Mar 20:37
· 41 commits to master since this release

Implement the first version of the compiler.

Changelog:

  • Define grammar, lexer, and parser for Stipula language (#65 and #66)
  • Map Stipula instructions into Stipula bytecode instructions (#67)
  • Add dynamic typing support to the virtual machine (#69)