module Brainfuck

Overview

the command line module for the Brainfuck Interpreter

Examples

Windows
brainfuck.exe
Linux/macOS
./brainfuck
Examples
./brainfuck --help
./brainfuck -d \"+++++++++[>++++++++++<-]>.\"

Defined in:

brainfuck.cr

Constant Summary

GUI = Nil
VERSION = "1.0.0"