denchev / brainfuck-php
Brainfuck interpreter
dev-master
2019-08-11 06:33 UTC
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-11 18:41:17 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.