An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# B2C
[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/) ![Dont_use_in Production](https://img.shields.io/badge/Dont_use_in-Production-blue.svg) ![Tests No_tests_XD](https://img.shields.io/badge/Tests-No_tests_XD-blue.svg)

A [brainfuck](https://esolangs.org/wiki/brainfuck) to C compiler.

drawing

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.