Skip to content

willhbr/tmux-compiler

Repository files navigation

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.