updated readme

master
Rachel Lambda Samuelsson 2022-07-28 04:47:54 +02:00
parent 1560c7ce8f
commit a3dff999e2
1 changed files with 14 additions and 7 deletions

View File

@ -20,19 +20,26 @@ A dependently typed system
* Σ Types
# TODO
* Martin-Löf Identity types
* Performence optimisation
* Parsing !!! (this is like 90% of the time currently lmao)
* Memoize normalisation and conversion somehow?
# TODO
* Universes
* Implicit arguments
* Elaboration
* Implicit arguments
* Universe family application
* (indexed) inductive datatypes
* Inductives
* Indexed inductives
* Write down the rules (I'll not get this far)
## Things that could be fun to do sometime eventually
* Pattern matching in elaborator
* Write down the rules
* Performence optimisation?
* Compile to scheme