An esoteric programming language made in C# where you not just programming a turing machie, you are programming 13 turing machines!
- A actually useful esolang!
- Inspired by brainfuck, but its 13 times better!
- It has a vscode syntax highlighter (here)!
- Turing complite!
- Dotnet sdk 7.0 and 8.0
-
Clone the repo
git colne https://github.com/tm01013/Multi-Tape-Turing-Machine-MTTM.git
-
dotnet publish
cd Multi-Tape-Turing-Machine-MTTM mkdir out dotnet publish -o out --os <your os (linux, osx, win)>
-
Run the interpreter
Windows:./out/MultiTapeTuringMachine.exe <path to your mttm script>
Mac:
./out/MultiTapeTuringMachine <path to your mttm script>
Linux:
./out/MultiTapeTuringMachine <path to your mttm script>
© Márton Tatár 2024