StirfireStudios/Jacquard-YarnCompiler

Issue with output of operators

Closed this issue · 2 comments

looks like
<< if $variable != true >> isn't actually outputting correctly.

the above worked fine, but the following didn't:

<< if $variable == true && $variable2 == false >>
  This should not be entered
<< endif >>

This problem is in the parser. Creating an issue there.