Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages