dual-tape

Tape Esolang


License
Apache-2.0
Install
pip install dual-tape==1.0.2

Documentation

dual tape - v1.0.2

About

This python module "dual_tape" is an Esolang.

Python Installation

pip install dual_tape

Console Interface

dual_tape hello_world.dt
dual_tape

positional arguments:
  file           path to dual_tape script

optional arguments:
  -h, --help     show this help message and exit
  -a, --author   get author of dual_tape
  -v, --version  get version of dual_tape
  -l, --log      enables debug log
  --timeout TIMEOUT  max number of instructions that can run

Documentation

Build Executable

git clone https://github.com/cmcmarrow/dual_tape.git
pip install -e .[dev]
python build.py

API

dual_tape_api.py

info: API to dual_tape
:param: inputs: Optional[Union[Tuple[str, ...], List[str]]]
:param: sys_output: bool
:param: catch_output: bool
:param: log: bool
:return: Generator[vm.VMState, None, None]