Open carrotProgrammer opened 3 months ago
How can I disable conditional statements or loop statements when generating C code
There is no command line options for that. You will need to hack the code.
The easiest way is modifying the StatementFilter so that for any control type or loop type statement, return false.
Thanks
How can I disable conditional statements or loop statements when generating C code