checkpoint

This commit is contained in:
2024-04-11 15:21:13 -07:00
parent 3b1bd4aad1
commit 46f9caccab
10 changed files with 138 additions and 217 deletions

View File

@@ -2,6 +2,8 @@
Parser is in place.
Ditched well-scoped for now.
Fixed more issues, started processing stuff, we need real example code.
Parser:
- [x] import statement
- [x] def
@@ -9,10 +11,10 @@ Parser:
- [ ] fix / test parsing and pretty printing
- [ ] inductive types
- [x] read files
- [ ] process a file
- [ ] figure out context representation - Global context?
- [ ] type checking / elab
- [ ] process a file
- [ ]
- [ ] error printing
- [ ]
- [ ]
- [ ] symbolic execution