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

471 B

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

Fixed more issues, started processing stuff, we need real example code.

Parser:

  • import statement

  • def

  • simple decl

  • fix / test parsing and pretty printing

  • inductive types

  • read files

  • process a file

  • figure out context representation - Global context?

  • type checking / elab

  • error printing

  • symbolic execution

  • compilation

  • write tests