Skip to content
/ bfj Public

Another brainfuck optimizing JIT compiler, but in under 200 lines of C.

License

Notifications You must be signed in to change notification settings

FICTURE7/bfj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bfj

Another brainfuck optimizing JIT compiler, but its written in under 200 lines of C with no dependencies.

Building

You can use make.

make

Usage

Pass the path of program as an argument.

bfj tests/mandelbrot.bf

Limitation

Does not support Windows and can buffer overflow. ¯\(ツ)

License

MIT License.

About

Another brainfuck optimizing JIT compiler, but in under 200 lines of C.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published