add a lot of new stuff
This commit is contained in:
parent
8acfe0e85a
commit
9e3e0ffe39
9 changed files with 792 additions and 71 deletions
7
api/README.md
Normal file
7
api/README.md
Normal 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.
|
Reference in a new issue