Skip to content

Commit

Permalink
Merge pull request #25 from SkiingIsFun123/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba authored Aug 16, 2022
2 parents 1a56998 + d1cb4c1 commit 5a16310
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* [ ] Mutable type
* [x] Dependent mutable method
* [x] Projection type
* [ ] Polymorphic projection type
* [ ] Polymorphic projection-type
* [x] Subtyping
* [x] Refinement subtyping
* [x] Nominal subtyping
Expand All @@ -70,13 +70,13 @@
* [x] procedure call
* [ ] mutable type
* [x] Implement reference types (for methods)
* [ ] Implement a ownership checker
* [ ] Implement an ownership checker
* [x] Implement a move checker
* [x] Implement a borrow checker
* [ ] Implement a cycle-reference detector
* [ ] Implement a compiletime evaluator
* [ ] Implement a compile-time evaluator
* [ ] Compiletime operator
* [ ] Compiletime function
* [ ] Compile-time function
* [ ] Maintain unit tests
* [ ] Implement a Python parser
* [ ] Make code readable
Expand Down

0 comments on commit 5a16310

Please sign in to comment.