Skip to content

🧪 An optimizing Brainfuck parser & interpreter written in PHP.

License

Notifications You must be signed in to change notification settings

jonasgeiler/brainfuck-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brainfuck-php

A brainfuck interpreter written in PHP.

Requirements

  • PHP >= 7.4

Usage

$ ./bin/bfi.php ./examples/hello.bf
Hello World!