{"id":17557268,"url":"https://github.com/aceinetx/llvmbf","last_synced_at":"2026-05-02T14:32:14.827Z","repository":{"id":258676614,"uuid":"874395384","full_name":"aceinetx/llvmbf","owner":"aceinetx","description":"Brainfuck compiler with llvm","archived":false,"fork":false,"pushed_at":"2024-10-18T14:19:32.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T23:55:04.389Z","etag":null,"topics":["brainfuck","brainfuck-compiler","compiler","cpp","cpp20","llvm","llvm-ir"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aceinetx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-10-17T18:45:44.000Z","updated_at":"2024-10-18T14:19:35.000Z","dependencies_parsed_at":"2024-10-20T04:36:45.993Z","dependency_job_id":null,"html_url":"https://github.com/aceinetx/llvmbf","commit_stats":null,"previous_names":["aceinetx/llvmbf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceinetx%2Fllvmbf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceinetx%2Fllvmbf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceinetx%2Fllvmbf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceinetx%2Fllvmbf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aceinetx","download_url":"https://codeload.github.com/aceinetx/llvmbf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162637,"owners_count":20733452,"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","compiler","cpp","cpp20","llvm","llvm-ir"],"created_at":"2024-10-21T09:05:23.642Z","updated_at":"2026-05-02T14:32:14.789Z","avatar_url":"https://github.com/aceinetx.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# llvmbf\nLLVM Brainfuck\n## Building bfcc (the llvmbf compiler)\n1. Install all the necessary llvm tools and sdk's\n2. Clone this repo: ```git clone https://github.com/aceinetx/llvmbf```\n3. Cd into it and create the build directory: ```cd llvmbf \u0026\u0026 mkdir build \u0026\u0026 cd build```\n4. Configure cmake: ```cmake ..```\n5. Build it: ```make -j4```\n\nbfcc is now built\n## Using bfcc\n### Compile .bf\n- ```./bfcc a.bf```\n### Flags that you might find useful\n- ```--help```: Displays all the flags\n- ```--ir``` (or ```-i```): Generate only IR code\n- ```--asm``` (or ```-S```): Generate only assembly\n- ```--obj``` (or ```-c```): Generate only object file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faceinetx%2Fllvmbf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faceinetx%2Fllvmbf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faceinetx%2Fllvmbf/lists"}