Closed SirGlorg closed 6 years ago
Whenever there is an additional bracket in a statement, the parser ignores it, eg.
if (!f_los_free_spell(<tag(LastCastSpell)>)))))
is passing without an issue.
Much better now. Still transpilation results seems odd in some cases. To be continued.
Whenever there is an additional bracket in a statement, the parser ignores it, eg.
is passing without an issue.