kin
kin copied to clipboard
[Bug] : parsing nested expressions in parentheses ()
Kin can't parse this correctly
((var > var2) && !(var3 != var4) || (var5 == var6))
This is all about eating parentheses correctly!