The aim of this project is to develop an easy way to write brainfuck code by transpiling it from an intermediate language. The project is split into two parts, an interactive brainfuck interpreter with debug capabilities and the transpiler to generate the actual code.
- git clone https://github.com/TrueDoctor/c--
- cd C--
- make
- chmod +x test.sh
- ./test.sh
- python3 /transpeter/main.py --help
- ./inter-fuck --help For further information please consult the Wiki until we rework this placeholder.