llllllllll / phorth
A small forth-like language that targets the CPython VM.
☆52Updated 6 years ago
Alternatives and similar repositories for phorth:
Users that are interested in phorth are comparing it to the libraries listed below
- A minimal Python interpreter in Python with runtime AST definition and edit-and-continue☆33Updated 7 years ago
- A python parser that builds python ASTs in 502 lines of python without using modules☆61Updated 6 years ago
- Yet another PEG parser combinator library and DSL☆56Updated last year
- A fragmentary bidirectional type system as a Python library☆52Updated 6 years ago
- pacc: a compiler-compiler☆37Updated 8 years ago
- A Python 3 compiler that anyone can understand.☆67Updated 10 years ago
- attempt to write a simple Forth interpreter in Python☆35Updated 10 years ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.