Files
newt/README.md
2024-04-11 15:21:13 -07:00

24 lines
471 B
Markdown

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
- [x] simple decl
- [ ] fix / test parsing and pretty printing
- [ ] inductive types
- [x] read files
- [ ] process a file
- [ ] figure out context representation - Global context?
- [ ] type checking / elab
- [ ] error printing
- [ ]
- [ ]
- [ ] symbolic execution
- [ ] compilation
- [ ] write tests