Ĉi tiu deponejo arĥiviĝis je 2024-01-29. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
2020-02-01 00:01:10 -06:00
|
|
|
===============================================================================
|
|
|
|
BRAINFUCK AHEAGO
|
|
|
|
===============================================================================
|
|
|
|
|
|
|
|
A simple lisp implementation of Brainfuck.
|
|
|
|
Currently can work with simpler programs; but for now, it's still sorta
|
|
|
|
fragile.
|
|
|
|
|
|
|
|
> (bf-aheago:interpret #p"examples/hello_world.bf" :tape-length 5)
|
|
|
|
|
|
|
|
|
|
|
|
————————————————————————————————————————
|
|
|
|
BORING STUFF
|
|
|
|
————————————————————————————————————————
|
|
|
|
License is the CC0 (public domain, effectively)
|
2024-01-29 00:38:32 -06:00
|
|
|
Author is Jaidyn Ann <jadedctrl@posteo.at>
|
|
|
|
Sauce is at https://hak.xwx.moe/jadedctrl/bf-aheago
|