Skip to content

migueldco/brainfuck-jit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brainfuck-jit

This is a prototype of an interpreter with a jit compiler for the 'brainfuck' language.

Compilation

cmake -S . -B build
cmake --build build

Run the example

build/brainfk examples/hello.bf

About

This is my first attempt at implementing a jit compiler from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published