Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustbf

A brainfuck interpreter (maybe compiler?) in rust

Usage:

  1. Find out how Brainfuck works here

cargo run {filename}

  • The file has to have an extension of .bf
  • Any characters or words other than > < + - , . [] = are regarded as comments by the interpreter
  • Use = to output the literal value of the cell, and use . to output the ascii character corresponding to the cell's value.

About

A brainfuck interpreter (maybe compiler?) in rust

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages