{"id":19798661,"url":"https://github.com/eriknyquist/bfcc","last_synced_at":"2025-08-25T00:34:57.170Z","repository":{"id":84199547,"uuid":"90505934","full_name":"eriknyquist/bfcc","owner":"eriknyquist","description":"Brainfuck compiler","archived":false,"fork":false,"pushed_at":"2017-05-11T19:00:21.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T05:28:34.922Z","etag":null,"topics":["brainfuck","brainfuck-compiler","esoteric","novelty"],"latest_commit_sha":null,"homepage":null,"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/eriknyquist.png","metadata":{"files":{"readme":"README.rst","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-07T03:20:10.000Z","updated_at":"2017-05-11T06:26:58.000Z","dependencies_parsed_at":"2023-05-23T22:45:28.298Z","dependency_job_id":null,"html_url":"https://github.com/eriknyquist/bfcc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriknyquist%2Fbfcc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriknyquist%2Fbfcc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriknyquist%2Fbfcc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriknyquist%2Fbfcc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eriknyquist","download_url":"https://codeload.github.com/eriknyquist/bfcc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241139648,"owners_count":19916465,"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":["brainfuck","brainfuck-compiler","esoteric","novelty"],"created_at":"2024-11-12T07:31:07.490Z","updated_at":"2025-02-28T10:52:21.099Z","avatar_url":"https://github.com/eriknyquist.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Brainfuck compiler\n==================\n\nCompiles `Brainfuck \u003chttps://en.wikipedia.org/wiki/Brainfuck\u003e`_ source code into\nexecutable format.\n\n(Actually, more like a brainfuck-to-C translator that invokes GCC to get an\nexecutable)\n\nTwo sample brainfuck programs, ``hello_world.b`` (prints \"Hello world!\" to the\nterminal), and ``sierpinski.b`` (prints a pretty ASCII triangle to the\nterminal) are provided in this repository.\n\nInstall\n=======\n\n::\n\n    \u003e make\n    \u003e sudo make install\n\nNow, you have two new programs installed:\n\n    * ``btoc`` (reads a brainfuck source file, prints C to stdout)\n    * ``bfcc`` (reads a brainfuck source file, and creates an executable by\n      running ``btoc`` and piping it to ``gcc``)\n\nCompile a brainfuck program\n===========================\n\nIf you have GCC and a C standard lib. installed, you can use ``bfcc`` to compile\nbrainfuck programs directly into executable format. Here is an example, Using\n``hello_world.b``\n\n::\n\n    \u003e bfcc hello_world.b -o hello_world\n    \u003e ./hello_world\n\n    Hello World!\n\n    \u003e\n\nOr, if (for some reason) you want to see the C code, you can just run ``btoc``\non the brainfuck program yourself\n\n::\n\n    \u003e btoc hello_world.b \u003e hello_world.c\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feriknyquist%2Fbfcc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feriknyquist%2Fbfcc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feriknyquist%2Fbfcc/lists"}