Skip to content

v0.4.0

Compare
Choose a tag to compare
@mrLSD mrLSD released this 16 Jan 16:00
· 14 commits to master since this release
fb7afaa

Introduced a new awesome possibility - extensibility 🔋.

➡️ Generic Expression value: custom Expression value with custom instruction as result for Semantic Stack Context. It's bring possibility to extend AST for the custom needs of compilers and extends additional generic custom instructions for the next step of code generation.

➡️ Refactored tests structure

  • #27 [Feature] Add extensibility to Expression Value
  • #26 Feat: refactor tests structure organization - @mrLSD
  • #25 Feat: Extend ExpressionValue with a custom generic extensible field - @mrLSD