Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 445 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 445 Bytes

bfcompiler

What the f**k is it?

bfcompiler is a just-in-time (JIT) compiler for the esoteric programming language, Brainfuck. This project was created as a learning project with the goal of learning about compilers and the x86_64 instruction set, hence why the code is so comically overengineered.

What the f**k can it do?

Currently, the compiler is able to generate machine code for all Brainfuck instructions except for getchar.