Skip to content
/ rsbf Public

Quick optimizing brainfuck interpreter and C transpiler

License

Notifications You must be signed in to change notification settings

swz-git/rsbf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast (JIT & non-JIT) brainfuck interpreter and "compiler" written in rust

Rsbf includes 2 binaries, rsbfi and rsbfc. Rsbfi is a fast (both JIT and non-JIT) optimizing brainfuck interpreter. Rsbfc is a brainfuck to C transpiler that compiles the transpiled C code using clang to a binary executable.

Runtime dependencies (rsbfc)

Install

cargo install --git https://github.com/swz-git/rsbf

Usage

rsbfc --help or rsbfi --help

Future plans

About

Quick optimizing brainfuck interpreter and C transpiler

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published