27 lines
383 B
Markdown
27 lines
383 B
Markdown
# implicitt (WIP)
|
|
|
|
A "proof assistant" with holes and implicit arguments. Developed to learn about elaboration, meta variables and OCaml
|
|
|
|
# Depends
|
|
|
|
* BNFC
|
|
* ocamlyacc
|
|
* ocamllex
|
|
|
|
# TODO
|
|
|
|
* Raw syntax
|
|
* Parser (BNFC)
|
|
|
|
* Metas
|
|
* Holes
|
|
* Unification
|
|
* Implicit arguments
|
|
|
|
* More types
|
|
* Id
|
|
* W?
|
|
* Tarski Universes (in the core)?
|
|
|
|
* Pretty elimination syntax (cooltt esque)
|