cryspen/hax

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

开放

#124 创建于 2023年6月6日

 (2 条评论) (0 个反应) (0 位负责人)OCaml (61 个派生)auto 404
backendenginegood first issuekeep-openunsupported-rust

仓库指标

星标
 (456 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南