Skip to content

iowi479/bfcomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIT Compiler for Brainfuck

This Implementation enables the execution of brainfuck-programs via an Interpreter or a JIT-Compiler.

The JIT-Compiler is only tested in an Ubuntu-WSL2-Instance on a x86-64 machine. Other Systems may not work!

Usage

bfcomp {jit | int} <file_path> 

Examples

JIT-Compiler

bfcomp jit examples/hello_world.bf

Interpreter

bfcomp int examples/hello_world.bf

Source

Idea and context: Tsoding Stream

About

Interpreter and JIT-Compiler for Brainfuck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages