TrueDoctor / c--

A Brainfuck transpiler and interpreter
GNU General Public License v3.0
0 stars 0 forks source link
brainfuck brainfuck-interpreter c-- fun programming-language transpiler

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

Usage