Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 355 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 355 Bytes

rarVM

This is a rarVM implementation in (R)Python.

There's also a high level language called 'Entish' (file extension .et), which looks like Python but behaves more like C. run.py compiles it down to a rarVM binary and executes it.

Installation

pip install -r requirements.txt

Usage

cd src
python run.py examples/simple.et