diff options
author | Son Ho | 2022-03-18 14:03:04 +0100 |
---|---|---|
committer | Son Ho | 2022-03-18 14:03:04 +0100 |
commit | e0545a9e5e7ba939a1d4d1c05fcfa52d6c9912d3 (patch) | |
tree | 5bdd051d08f6093f9ca1b1fd24ccf12e1506c0b0 | |
parent | b11b30564ad550e130e218c2ad29423e5096e66a (diff) |
Add some TODOs
-rw-r--r-- | TODO.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ # TODO +0. Priority: + * update treatment of matches + * remove prepass + * update pure expressions + * update control-flow reconstruction (Charon) + 0. Improve treatments of error and state error monads. In particular, introduce `return` and `fail`, and remove `Return` and `Fail`. |