ayrton
9f915bd80e
Added the setting in the yaml for truthiness, and added a timeout error to the code generation. Need to fix the generation error that prevents a large amount of code from being generated... Took 1 hour 47 minutes
15 lines
377 B
XML
15 lines
377 B
XML
<operator op="!=" type="int">
|
|
<lhs>
|
|
<literal mut="var" type="int" value="False"/>
|
|
</lhs>
|
|
<rhs>
|
|
<operator op=">" type="int">
|
|
<lhs>
|
|
<literal mut="var" type="int" value="43"/>
|
|
</lhs>
|
|
<rhs>
|
|
<literal type="int" value="42" />
|
|
</rhs>
|
|
</operator>
|
|
</rhs>
|
|
</operator> |