brainf-go

command module
v0.0.0-...-a15ef38 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2023 License: MIT Imports: 9 Imported by: 0

README

Brainf*ck Interpreter in Go

Simple to read, well-tested, and elegant Brainf*ck interpreter written in Go.

Index

Install

go install github.com/prog-lang/brainf-go@latest

Usage

Help
NAME:
   brainf-go - Elegant Brainf*ck Interpreter

USAGE:
   brainf-go [global options] command [command options] [arguments...]

COMMANDS:
   run      Runs program from source code file
   repl     Enters the Read, Evaluate, Print, Loop mode
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h  show help (default: false)
Example
brainf-go help
brainf-go repl
brainf-go run ./examples/hello-world.bf

NOTE: REPL stops reading at EOF. Once you're done inputting the source code, you can begin code execution with ENTER > CTRL + D.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL