Files
newt/README.md

22 lines
384 B
Markdown

Parser is in place.
Ditched well-scoped for now.
Parser:
- [x] import statement
- [x] def
- [x] simple decl
- [ ] fix / test parsing and pretty printing
- [ ] inductive types
- [x] read files
- [ ] figure out context representation - Global context?
- [ ] type checking / elab
- [ ] process a file
- [ ]
- [ ]
- [ ]
- [ ] symbolic execution
- [ ] compilation
- [ ] write tests