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

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

Need to sort out eval. Currently List doesn't get substituted. We should make sure we're CBV. I guess I could always subst (or glue?) since we're head normal form. We need actual values (∏) for checking.

ok, our kovacs eval puts the arg in the environment and continues. So CBN, but maybe duplicate work (for our version).

So smalltt has TopVar with a Level. typechecking binders end up as top too.

Also delayed unfolded values for top or solved metas. This looks like glue - all the bits for the top and a cached value (it's keeping top as values).

Parser:

  • import statement

  • def

  • simple decl

  • List not in scope

  • vscode support for .newt

  • Should I switch this back over to the App monad?

  • Error object like pi-forall

  • Get implicits working

  • Replace on define

  • more sugar on lambdas

  • tests for parsing and pretty printing

  • inductive types

  • read files

  • process a file

  • figure out context representation - Global context?

  • type checking / elab

    • What does this represent? The basics, implicits? pattern unification?
  • symbolic execution

  • compilation

  • write tests

Forward:

  • Switch to query-based?
  • LSP?
  • white box testing

f

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%