Skip to content

JnnDrc/bf_interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BFI - BrainFuck Interpreter

bfi is simple interpreter for the brainfuck esolang, if you don't know what brainfuck is, look here

Summary

  1. Use
  2. Compile
  3. Repo Contentes

Use

  1. Build the binary and put it on your path(or use it from here)
    see the Compile section.
  2. type bfi followed by the brainfuck program you want to run and the optional params like this bfi <bf_program> [--opt_params]. to see the list of optional params, type bfi --help.

Compile

To compile you will need GNU Make and GCC.

git clone https://github.com/JnnDrc/bf_interpreter
cd bf_interpreter
make

if you want to use gdb, type make debug and use the 'bfi-g' executable

Repo contents

.\
| bf_programs\ : some example programs
| | bf_org : some example programs from brainfuck.org
| Makefile : GNU Make build tool
| README.md : this file
| bfi-g.exe : debug build for windows
| bfi.c : source code

About

a simple brainfuck esolang interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published