Skip to content

nomad-software/bfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bfg

A fast Brainfuck interpreter and compiler written in the Go programming language.


Overview

Brainfuck is an esoteric programming language noted for its extreme minimalism. The language consists of only eight simple commands and an instruction pointer. It is designed to challenge and amuse programmers, and was not made to be suitable for practical use. It was created in 1993 by Urban Müller. See wikipedia page.

Usage

Brainfuck programs can be specified by specifing the -f switch.

bfg -f program.bf

See help for more information about the included compilers and evaluator.

bfg -help

About

A fast Brainfuck interpreter and compiler written in the Go programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published