cryspen/hax

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

オープン

#124 opened on 2023/06/06

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)OCaml (61 件のフォーク)auto 404
backendenginegood first issuekeep-openunsupported-rust

Repository metrics

Stars
 (456 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド