Skip to content

sprdp/brainfuck-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BFRS

A simple brainfuck interpreter writter in rust.
Currently only supports interpreting input as a file. Program input is to stdin and output to stdout.

Usage

As a binary

bfrs <Name of file>

As a library

extern crate bfrs;
bfrs::bf_interpret("filepath");

About

A simple brainfuck interpreter writter in rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published