UnionCompilerDesign / compiler_core

The core of the compiler, runtime, and builder setup.
MIT License
1 stars 1 forks source link

Parser - binary expression hotfix #131

Closed Dalyj24 closed 3 weeks ago

Dalyj24 commented 3 weeks ago

Details

Binary expressions are currently bugged such that it will not accept unary negatives in the expression and it will ignore parenthesis at the beginning of expressions, and will not collect the necessary tokens for the expression correctly, this will be fixed.

Issue Type

Requirements