Skip to content

gosukiwi/chicken-brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CHICKEN Brainfuck

This is an interactive interpreter for the Brainfuck programming language.

Usage

Simple enough. Just execute the generated build/brainfuck executable.

Build from source

To build, you'll need the CHICKEN Scheme compiler. Just follow the instructions, get the compiler, navigate to the repo and run make.

git clone git@github.com:gosukiwi/chicken-brainfuck.git
cd chicken-brainfuck
make && build/brainfuck
Welcome to CHICKEN Brainfuck!
brainfuck>

Done! Your interpreter lives in build/brainfuck. This has only been tested on Linux (openSUSE Leap).

TODO

  • reset function maybe? Just something to type and be able to reset the state

About

A toy brainfuck implementation using CHICKEN scheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published