JakubLinhart / SphereSharp

1 stars 3 forks source link

missing or additional brackets are ignored #18

Closed SirGlorg closed 6 years ago

SirGlorg commented 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.

JakubLinhart commented 6 years ago

Much better now. Still transpilation results seems odd in some cases. To be continued.