File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ Build with the `build.sh` script.
19
19
20
20
### Features
21
21
- [x] Simple Types
22
+ - [x] Verify properties using Agda (Progress/Preservation)
22
23
- [ ] Extensions (TaPL ch 11)
23
24
+ [x] Uninterpreted (opaque) Types
24
- + [x] Numbers, booleans, ITE
25
- + [ ] Equality, Strings
25
+ + [x] Numbers, booleans, ITE, ltNat
26
26
+ [x] Pairs
27
- + [ ] Sums
27
+ + [x] Sums
28
+ + [x] Pattern Matching
28
29
+ [ ] General recursion
29
- + [ ] Pattern Matching
30
30
- [ ] Polymorphism
31
- - [ ] Verify properties using Agda (Progress/Preservation )
31
+ - [ ] Recursive Types (Enabling strings )
32
32
- [ ] Library of examples
33
33
34
34
### Usability
@@ -40,6 +40,7 @@ Build with the `build.sh` script.
40
40
- [x] Define
41
41
- [x] Load
42
42
- [x] Typedef
43
+ - [x] Read
43
44
44
45
## Future Work
45
46
- DAG instead of AST
You can’t perform that action at this time.
0 commit comments