SaHuTOrEPoLPy

SaHuTOrEPoLPy is a simple interpreter for SaHuTOrEPoL


License
Other
Install
pip install SaHuTOrEPoLPy==0.0.5.3

Documentation

SaHuTOrEPoL

A python implementation of the esoteric programing language SaHuTOrEPoL

Installation

pip install sahutorepol

Usage

From the terminal:

sahutorepol run <file>

For detailed help use help command:

sahutorepol help

In python:

from sahutorepol import parse

...

c = parse(code)
c.run()