adrien-nf/brainfuck-interpreter

Brainfuck interpreter for your daily usage.

1.2.0 2023-10-20 15:34 UTC

This package is auto-updated.

Last update: 2024-09-20 17:28:17 UTC


README

Brainfuck Interpreter written in PHP. At last, you're able to handle programming with an actual language.

Installation

Via Composer

Check out the composer package

composer require adrien-nf/brainfuck-interpreter

Demo

Usage

Using the class

image

Using the facade

image

With inputs

image

Handling the response

image