Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial Lean backend, WIP | Jonathan Protzenko | 2023-06-04 | 1 | -3/+3 |
* | Fix the comments for ocamldoc | Son Ho | 2023-02-03 | 1 | -1/+1 |
* | Implement a micro-pass to simplify the let-bindings followed by a return | Son Ho | 2023-02-03 | 1 | -1/+1 |
* | Make progress on the fixed point computation | Son Ho | 2023-02-03 | 1 | -1/+1 |
* | Start implementing support for loops | Son Ho | 2023-02-03 | 1 | -3/+15 |
* | Generate record field projectors for Coq | Son Ho | 2022-11-16 | 1 | -5/+3 |
* | Add a `-use-fuel` option | Son Ho | 2022-11-14 | 1 | -1/+5 |
* | Implement a pass to decompose nested patterns in let-bindings | Son Ho | 2022-11-14 | 1 | -2/+19 |
* | Make good progress on the Coq backend | Son Ho | 2022-11-14 | 1 | -3/+64 |
* | Reorganize the project to prepare for new backends | Son Ho | 2022-11-14 | 1 | -2/+3 |
* | Fix some issues with the comments | Son Ho | 2022-11-11 | 1 | -7/+7 |
* | Implement a Config.ml file which groups all the global options in references | Son Ho | 2022-11-10 | 1 | -0/+192 |