A Machine-to-Machine Interaction Interface for Lean 4
Go to file
Leni Aniva 1453a34b05
Merge pull request #1 from lenianiva/dev
feat: Expression typing, garbage collection, library loading
2024-05-21 09:08:29 -07:00
examples doc: Running example from project root 2024-05-17 20:56:01 -07:00
pantograph feat: GC only if there's something to gc 2024-05-17 23:05:32 -07:00
src@0aec757601 chore: Version bump of Pantograph 2024-05-17 20:35:19 -07:00
.gitignore feat: expression types and tests 2024-04-22 13:00:06 -07:00
.gitmodules build: Add upstream source 2024-04-11 15:48:36 -07:00
LICENSE Initial commit 2024-04-11 12:37:58 -07:00
README.md doc: README fix 2024-04-22 22:59:29 -07:00
build.py feat: expression types and tests 2024-04-22 13:00:06 -07:00
poetry.lock feat: System stub 2024-04-19 16:47:35 -07:00
pyproject.toml feat: System stub 2024-04-19 16:47:35 -07:00

README.md

PyPantograph

Python interface to the Pantograph library

Getting started

Execute

poetry build

To run server tests:

python -m pantograph.server

The tests in pantograph/server.py also serve as simple interaction examples