Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 508 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 508 Bytes

Brainfuck Stuff

I made a simple interpreter, a test with some nasty x86 asm botching and a JIT brainfuck compiler with simple optimizations using asmjit

Files :

bf.c - Simple interpreter, it seems to work on everything i tested yet
bfc.c - Nasty JIT botched together, ehhhh, you shouldn't use that
bfaj.cpp - Prettier JIT using asmjit, It seems to work on most things, but on some it doesn't work idk why

Compiling

bfaj.cpp requires asmjit

make