https://github.com/truedoctor/c--
A Brainfuck transpiler and interpreter
https://github.com/truedoctor/c--
brainfuck brainfuck-interpreter c-- fun programming-language transpiler
Last synced: 11 months ago
JSON representation
A Brainfuck transpiler and interpreter
- Host: GitHub
- URL: https://github.com/truedoctor/c--
- Owner: TrueDoctor
- License: gpl-3.0
- Created: 2018-10-13T16:17:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T13:23:45.000Z (over 4 years ago)
- Last Synced: 2025-01-24T18:09:47.676Z (about 1 year ago)
- Topics: brainfuck, brainfuck-interpreter, c--, fun, programming-language, transpiler
- Language: Python
- Homepage:
- Size: 55.7 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
* git clone https://github.com/TrueDoctor/c--
* cd C--
* make
### 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](https://github.com/TrueDoctor/c--/wiki/Home) until we rework this placeholder.