Skip to content

TrueDoctor/c--

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.