Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 430 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 430 Bytes

Compiling code to tmux

Read more about it on my blog or watch a demo.

Usage for Python:

python main.py $input $output
./tmux -f $output a -t main

Usage for Brainfuck:

python brainfuck.py $input $output
./tmux -f $output a

This is tested using tmux version 3.3a on Ubuntu 23.04.