Skip to content

v0.3.2

Compare
Choose a tag to compare
@mrLSD mrLSD released this 02 Dec 23:33
· 35 commits to master since this release
177e077

🍰 Added function parameters as variables to BlockState with 🌷 additional instruction FunctionArg to SemanticStack for allocation 🎇 and bind explicitly in Codegen backend.

💡 Tests

Extended tests, that covers new instructions and func-params additions.

🍏 Clippy

Increased clippy level to most maximum and fixed all clippy-related issues 🍾.

  • #20 - Feat: Function parameters init as variables @mrLSD
  • #18 - Feature: Function parameters init as variables