Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 609 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 609 Bytes

C--

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.

Installation

Test the installation

  • chmod +x test.sh
  • ./test.sh

Usage

  • python3 /transpeter/main.py --help
  • ./inter-fuck --help For further information please consult the Wiki until we rework this placeholder.