Skip to content

Brainfuck is an esoteric programming language originally developed by Urban Müller in 1993. This is my implementation of it in Rust.

License

Notifications You must be signed in to change notification settings

Spartan2909/brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck GitHub Workflow Status

Brainfuck is an esoteric programming language originally developed by Urban Müller in 1993. This is my implementation of it in Rust.

Installation

Download the relavent binary for your system from https://github.com/Spartan2909/brainfuck/releases/latest, and extract it to a location on your PATH.

Usage

brainfuck <path-to-file>.bf: Execute the specified brainfuck file
brainfuck help: Display language help
brainfuck help <error>: Display help for the specified error, e.g brainfuck help overflow

About

Brainfuck is an esoteric programming language originally developed by Urban Müller in 1993. This is my implementation of it in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Languages