denchev/brainfuck-php

Brainfuck interpreter

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/denchev/brainfuck-php

dev-master 2019-08-11 06:33 UTC

This package is auto-updated.

Last update: 2025-11-11 20:43:18 UTC


README

PHP interpreter for brainfuck

=============

Run unit tests with this command:

.\vendor\bin\phpunit --bootstrap .\vendor\autoload.php .\tests\BrainfuckTest

=============

This interpreter was strongly inspired by West London Hack Night. http://www.meetup.com/West-London-Hack-Night/events/130356642/?_af_eid=130356642&a=uc1_te&_af=event

Check link for more implentations on different languages.