#brainfuck #interpreter #cli #minimal #rainfuck

app rainfuck-cli

Rainfuck for the terminal! (CLI program.)

1 stable release

1.0.0 Jan 20, 2024

#512 in Programming languages

MIT license

8KB
107 lines

Rainfuck CLI

Run Brainfuck in the terminal!

Usage:

Run a file: rainfuck-cli file <FILE_PATH>

Evaluate Brainfuck code: rainfuck-cli eval <CODE>

Enter a Brainfuck REPL: rainfuck-cli repl

If you enter a REPL, type help or ? to learn how to use it for more than evaluation.

Dependencies

~4–14MB
~157K SLoC