ypyf / brainfuck

Brainfuck interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bf

A Brainfuck interpreter.

Usage

To launch a REPL, just run bf without any argument:

bf

Or you could run a Brainfuck program like this:

bf examples/helloworld.bf

About

Brainfuck interpreter

License:MIT License


Languages

Language:Rust 100.0%