Steve Dunham a9c72d5a6d drop HOAS, add Monad stack.
HOAS was dropped while fixing unrelated bug, but I think I'll keep it
out.
2024-04-11 21:09:42 -07:00
2024-04-11 21:09:42 -07:00
2023-07-13 20:06:03 -07:00
2024-04-11 21:09:42 -07:00
2024-04-11 21:09:42 -07:00
2024-04-11 15:21:13 -07:00

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

Description
No description provided
Readme 2.2 MiB
Languages
agda 85.4%
TypeScript 12.4%
Shell 1%
CSS 0.3%
JavaScript 0.2%
Other 0.6%