Skip to content

A simple brainfuck interpreter written in C++

Notifications You must be signed in to change notification settings

Renjian-buchai/bfuck01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck Interpreter 01

Usage

brainfck <source file>

Explanation

Brainfuck is a esoteric programming language that was designed to create the smallest compiler possible. Unfortunately, my complier takes up 160 kilobytes, but good enough.

Further plans

  1. Enable it to generate an executable
  2. Optimise it better
  3. ???

Bug reports

Report if you want to. Doesn't matter. It's a hobby project. No one will use this anyways. (:

Build instructions

In project root directory, run

make debug  # Debug build 
make        # Dev build 
make prod   # Production build

Dependencies

  • None

If your compiler is not g++, just replace CC=g++ in the makefile with the compiler of your choice.

About

A simple brainfuck interpreter written in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published