cryspen/hax

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

Ouverte

#124 ouverte le 6 juin 2023

 (2 commentaires) (0 réaction) (0 personne assignée)OCaml (61 forks)auto 404
backendenginegood first issuekeep-openunsupported-rust

Métriques du dépôt

Stars
 (456 étoiles)
Métriques de merge PR
 (Merge moyen 4j 22h) (42 PRs mergées en 30 j)

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.

Guide contributeur