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