logo Xenitane™
← All Projects

BrainF•ck Compiler1.0

Build With: Cx86_ASM
on 31 Jan 2024
BrainF•ck Compiler - Project Hero Image

Firstly yes, you read the name right. When I embarked on my journey to make a programming language, I took the recommended course of action, implement a compiler/interpreter for an existing one.

And what’s a better starting point than the implementation of a simple turing machine with no state and minimal instruction set.

This implementation add the feature of JIT-ting, for compressing repeated operations.

It would be an understatement for me to say that the person who came up was a genius madman.

Visit here