write_a_c_compiler
write_a_c_compiler copied to clipboard
Add the ability to test only up to some stage.
There is now an optional second argument to the test script, so that you can, e.g., test only the first stage programs.
Thanks for this PR! Unfortunately, it won't work together with PR 3, which also uses positional arguments.
Would you mind updating this so it will still work properly when PR 3 is merged? Maybe add a --max-stage flag?