cryspen/hax

`loop {...}` (when not a `for` or `while`)

Offen

#124 geöffnet am 06.06.2023

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)OCaml (61 Forks)auto 404
backendenginegood first issuekeep-openunsupported-rust

Repository-Metriken

Stars
 (456 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 4T 22h) (42 gemergte PRs in 30 T)

Beschreibung

Every backend rejects entirely plain loops (i.e. those that could not be interpreted as something with more structure such as a for loop for instance).

We should accept those and produce code for them, even if proving things about them will be painful.

Contributor Guide