Files
newt/README.md

384 B

Parser is in place. Ditched well-scoped for now.

Parser:

  • import statement

  • def

  • simple decl

  • fix / test parsing and pretty printing

  • inductive types

  • read files

  • figure out context representation - Global context?

  • type checking / elab

  • process a file

  • symbolic execution

  • compilation

  • write tests