rems-project / cn-tutorial

7 stars 8 forks source link

Fix missing semicolons, make `check.sh` run on *.broken.c examples #21

Closed septract closed 3 months ago

septract commented 3 months ago

Fixes #20 and partially addresses #19

This PR:

Unfortunately, CN returns the same error code for both proof errors and parse errors, so the new setup would not catch further breakages of this kind. Feature request to fix this filed here.