CPBrainfuck: A simple Brainfuck interpretter.

[ bsd3, compilers-interpreters, program ] [ Propose Tags ]

This is a very simple brainfuck interpretter, that's easy to understand.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.1
Dependencies base (>=3.0), haskell98 (>=1.0) [details]
License BSD-3-Clause
Author Thomas Davie
Maintainer Thomas Davie (tom.davie@gmail.com)
Category Compilers/Interpreters
Uploaded by ThomasDavie at 2008-11-06T21:21:39Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables bf
Downloads 2377 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-10-24 [all 15 reports]

Readme for CPBrainfuck-1.1

[back to package description]
                                  CPBrainfuck
                                  ===========

Runs brainfuck (and related languages) programs

Install:
========
> runhaskell Setup.lhs configure
> runhaskell Setup.lhs build
> runhaskell Setup.lhs install (as root)

Copyright (c) 2008 Thomas Davie