doc: Add documentation for tomograph

This commit is contained in:
Leni Aniva 2025-07-11 19:46:29 -07:00
parent 58b52359e1
commit 798ff6f1bd
Signed by: aniva
GPG Key ID: D5F96287843E8DFB
1 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,10 @@ This builds the executable in `.lake/build/bin/pantograph-repl`.
### Executable Usage ### Executable Usage
See [Executable Usage](./doc/repl.md) The default build target is a Read-Eval-Print-Loop (REPL). See [REPL Documentation](./doc/repl.md)
Another executable is the `tomograph`, which processes a Lean file and displays
syntax or elaboration level data.
### Library Usage ### Library Usage