https://github.com/mroik/twelf-interpreter
A twelf interpreter written in python
https://github.com/mroik/twelf-interpreter
interpreter python twelf
Last synced: 22 days ago
JSON representation
A twelf interpreter written in python
- Host: GitHub
- URL: https://github.com/mroik/twelf-interpreter
- Owner: Mroik
- License: mit
- Created: 2022-10-17T23:12:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:13:36.000Z (over 3 years ago)
- Last Synced: 2025-02-07T11:13:52.261Z (over 1 year ago)
- Topics: interpreter, python, twelf
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twelf interpreter
Hoping to build a twelf interpreter with caching to cut execution on already
computed function calls. \
There's a long way to go, the project is still in early develpment and I've
never written a serious interpreter before.