Skip to content

nixpulvis/brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brainfuck

Build Status

A simple brainfuck interpreter in Rust.

Documentation

Usage

This project follows a very standard Rust setup.

cargo run   # Runs the executable.
cargo test  # Runs the tests.