cryspen/hax

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

Aberta

#124 aberto em 6 de jun. de 2023

 (2 comentários) (0 reação) (0 responsável)OCaml (61 forks)auto 404
backendenginegood first issuekeep-openunsupported-rust

Métricas do repositório

Stars
 (456 estrelas)
Métricas de merge de PR
 (Mesclagem média 4d 22h) (42 fundiu PRs em 30d)

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.

Guia do colaborador