add a lot of new stuff

This commit is contained in:
fyr77 2020-12-07 15:57:57 +01:00
parent 8acfe0e85a
commit 9e3e0ffe39
9 changed files with 792 additions and 71 deletions

7
api/README.md Normal file
View file

@ -0,0 +1,7 @@
# PHP API
This is the API used for converting to/from Brainfuck.
The files `util.php` and `brainfuck.php` were taken from [this GitHub repository](https://github.com/splitbrain/ook) and were not modified. Their license can be found in the file `LICENSE_BF_API`.
`api.php` was written by myself (Jakob Senkl) and the [repository license](https://github.com/fyr77/hohoho/blob/main/LICENSE) applies to it.