{"id":13782844,"url":"https://github.com/phistep/bananaBF","last_synced_at":"2025-05-11T16:33:11.661Z","repository":{"id":141073931,"uuid":"1713404","full_name":"phistep/bananaBF","owner":"phistep","description":"Another brainfuck interpreter","archived":false,"fork":false,"pushed_at":"2011-05-17T18:26:54.000Z","size":96,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-05T22:54:28.558Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phistep.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-05-06T21:24:07.000Z","updated_at":"2013-09-30T08:44:25.000Z","dependencies_parsed_at":"2023-03-12T02:01:42.731Z","dependency_job_id":null,"html_url":"https://github.com/phistep/bananaBF","commit_stats":null,"previous_names":["ps0ke/bananabf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phistep%2FbananaBF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phistep%2FbananaBF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phistep%2FbananaBF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phistep%2FbananaBF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phistep","download_url":"https://codeload.github.com/phistep/bananaBF/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252961820,"owners_count":21832194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T18:01:46.080Z","updated_at":"2025-05-11T16:33:11.416Z","avatar_url":"https://github.com/phistep.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"WHAT IS bananaBF?\nA brainfuck interpreter.\n\n\nBUILDING\nOn UNIX simply type (you need to authenticate you, this\ninstallation installs to /usr/bin, I provide a make clean,\ntoo!):\n$ make\n$ sudo make install\n\nOn other operating systems use any standard C compiler.\nBuild the banana binary from the main.c\n\n\nUSAGE\n$ banana [-d] [brainfuck code file]\n\nOnly the brainfuck operators (\u003c \u003e , . [ ] - +) will be\ninterpreted. \"-d\" enables debugging information.\n\n\nWHAT IS BRAINFUCK?\nBrainfuck is an esoteric programming language that only\nuses eight characters: + - \u003c \u003e [ ] , .\nBrainfuck is Turing complete and extreme minimalistic.\n\n\nWHY IS IT CALLED banana?\nWhile I came up with the idea of writing a brainfuck\ninterpreter, i ate a banana. It starts with the same\nletter -\u003e win!\n\n\nLIMITS\nThe number of cells is limited to the memory of your\ncomputer. Only needed memory is allocated. Each cell\ncan contain a value in standard integer size. This\ndepends of your OS but is probably 2E32-1.The number of\ncommands is limited by a buffersize defined in prepro-\ncessor. Default is 1024 characters. If you have a bigger\nsourcefile, you need to change the constant and recompile.\nYou can only nest 2E32-1 loops, again, this is an integer\nsized counter.\n\n\nCOPYRIGHT\n(c) Ps0ke 2011\nCreativeCommons BY NC SA 3.0\ncc-by-nc-sa\n\n\nCREDITS\nThanks to Ro0mquy for help with fileio and implementing\nnesting loops.\n\n\nRESOURCE\nhttp://en.wikipedia.org/wiki/Brainfuck\nhttp://esolangs.org/wiki/Brainfuck\nhttp://www.muppetlabs.com/~breadbox/bf/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphistep%2FbananaBF","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphistep%2FbananaBF","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphistep%2FbananaBF/lists"}