Fix implicit/explicit printing, various other issues

This commit is contained in:
2024-04-10 22:02:33 -07:00
parent 203159d1da
commit 3b1bd4aad1
7 changed files with 51 additions and 42 deletions

View File

@@ -1,19 +1,17 @@
Parser is in place.
Currently trying to make TT well-scoped, considering well-named..
Need to update todos below.
Should I use well-scoped indices or well-scoped names...
Ditched well-scoped for now.
Parser:
- [x] import statement
- [x] def
- [x] simple decl
- [ ] type definition
- [ ] fix / test parsing and pretty printing
- [ ] inductive types
- [x] read files
- [ ] figure out context representation - Global context?
- [ ] type checking / elab
- [ ] process a file
- [ ]
- [ ]
- [ ]