qupa-project / uniview-lang

View once immutability enabling the safeties of immutable code, while enjoying near procedural performance
https://uniview.qupa.org
MIT License
2 stars 0 forks source link

Complex Expression Support #25

Closed AjaniBilby closed 3 years ago

AjaniBilby commented 3 years ago

Allow for more complex expressions like operation chaining:

1 + 2 + 3

And operator precedence

1 + 2 * 3