https://github.com/zeroby0/b2c
A Brainfuck to C transpiler written in Python
https://github.com/zeroby0/b2c
Last synced: 10 months ago
JSON representation
A Brainfuck to C transpiler written in Python
- Host: GitHub
- URL: https://github.com/zeroby0/b2c
- Owner: zeroby0
- License: unlicense
- Created: 2018-11-23T10:55:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T05:41:06.000Z (over 7 years ago)
- Last Synced: 2025-08-16T06:46:42.511Z (10 months ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# B2C
[](http://unlicense.org/)  
A [brainfuck](https://esolangs.org/wiki/brainfuck) to C compiler.

I'm writing a C to ARM assembly transpiler, but had no experience with compilers before, so I figured this would be nice a thing to test the waters with.
[This](https://gist.github.com/roachhd/dce54bec8ba55fb17d3a) is a nice introduction.