denchev/brainfuck-php

Brainfuck interpreter

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

This package is auto-updated.

Last update: 2024-10-11 18:30:20 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.