Lib/TT.idr is well scoped

This commit is contained in:
2023-07-13 20:06:03 -07:00
parent ed3ee96df9
commit 59f726ab96
6 changed files with 203 additions and 90 deletions

View File

@@ -1,14 +1,23 @@
Parser is in place.
I think we almost have enough of a parser to take another step.
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...
Parser:
- [x] import statement
- [x] def
- [x] simple decl
- [ ] type definition
- [ ] read files
- [ ] write tests
- [x] read files
- [ ] type checking / elab
- [ ]
- [ ]
- [ ]
- [ ] symbolic execution
- [ ] compilation
- [ ] write tests