Skip to content

A parser and interpreter for the esolang Brainfuck

Notifications You must be signed in to change notification settings

LeMikaelF/haskell-bf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck interpreter

This is a parser and interpreter for the esolang Brainfuck. It is written in Haskell, a purely functional language.

The parser is an applicative parser built from scratch. It implements a subset of the behaviour of other parsers such as Parsec.

Build system is Stack.

Unit tests use Hspec.

Example:

About

A parser and interpreter for the esolang Brainfuck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published