feat(doc/export_format): advertise trepplein

This commit is contained in:
Gabriel Ebner 2017-07-15 22:47:43 +01:00
parent 9367e94900
commit bac64d49c9
2 changed files with 6 additions and 0 deletions

View file

@ -45,6 +45,7 @@ Miscellaneous
- [Git Commit Conventions](doc/commit_convention.md)
- [Automatic Builds](doc/make/travis.md)
- [Syntax Highlight Lean Code in LaTeX](doc/syntax_highlight_in_latex.md)
- [Exporting, and reference type-checkers](doc/export_format.md)
Roadmap
-------------

View file

@ -11,6 +11,11 @@ cd lean/library
lean --export=export.out --recursive
```
There are several checkers available that can read these files:
* [trepplein](https://github.com/gebner/trepplein), a type-checker written in Scala.
* [tc](https://github.com/dselsam/tc), a type-checker written in Haskell.
* [leanchecker](https://github.com/leanprover/lean/tree/master/src/checker), a bare-bones version of the Lean kernel.
Hierarchical names
------------------