vitreo12 / omni

DSL for low-level audio programming.
https://vitreo12.github.io/omni/
MIT License
188 stars 6 forks source link

New def behaviour #103

Closed vitreo12 closed 4 years ago

vitreo12 commented 4 years ago

This fixes many weird def behaviours, allowing the parsed code to be compiled at def declaration and not at first use!

vitreo12 commented 4 years ago

Refactored at #105