xr0-org / xr0

The Xr0 Verifier for C
https://xr0.dev
Apache License 2.0
173 stars 4 forks source link

add flag to allow verification of files in topological order #36

Closed claude-betz closed 5 months ago

claude-betz commented 5 months ago

It seems useful for users to be able to verify programs from axioms up rather than just as the functions appear in the file.

This change should vend this functionality via a flag based on the topological order we already implemented in https://github.com/xr0-org/xr0/issues/22