gazprea-fuzzer-python/ast_generator/test/xml/conditional_2.xml
ayrton 9f915bd80e Fixed conditionals rarely evaluating
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
2023-11-25 11:40:46 -07:00

8 lines
176 B
XML

<operator op="!=" type="int">
<lhs>
<literal mut="var" type="int" value="42"/>
</lhs>
<rhs>
<literal type="int" value="42" />
</rhs>
</operator>