cryspen/hax

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

Open

#124 opened on Jun 6, 2023

 (2 comments) (0 reactions) (0 assignees)OCaml (61 forks)auto 404
backendenginegood first issuekeep-openunsupported-rust

Repository metrics

Stars
 (456 stars)
PR merge metrics
 (PR metrics pending)

Description

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