This python module "dual_tape" is an Esolang.
pip install dual_tape
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
git clone https://github.com/cmcmarrow/dual_tape.git
pip install -e .[dev]
python build.py
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]