{"id":32383737,"url":"https://github.com/jacadzaca/brainfuck-asm","last_synced_at":"2026-05-14T21:04:50.641Z","repository":{"id":192368686,"uuid":"248055676","full_name":"jacadzaca/brainfuck-asm","owner":"jacadzaca","description":"A Brainfuck compiler in Clojure ","archived":false,"fork":false,"pushed_at":"2020-03-21T20:47:12.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-25T02:02:18.775Z","etag":null,"topics":["assembly","compiler"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jacadzaca.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}},"created_at":"2020-03-17T19:26:31.000Z","updated_at":"2023-01-20T03:53:43.000Z","dependencies_parsed_at":"2023-09-04T13:41:57.300Z","dependency_job_id":null,"html_url":"https://github.com/jacadzaca/brainfuck-asm","commit_stats":null,"previous_names":["jacadzaca/brainfuck-asm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jacadzaca/brainfuck-asm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacadzaca%2Fbrainfuck-asm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacadzaca%2Fbrainfuck-asm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacadzaca%2Fbrainfuck-asm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacadzaca%2Fbrainfuck-asm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacadzaca","download_url":"https://codeload.github.com/jacadzaca/brainfuck-asm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacadzaca%2Fbrainfuck-asm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33043251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["assembly","compiler"],"created_at":"2025-10-25T02:00:11.455Z","updated_at":"2026-05-14T21:04:50.620Z","avatar_url":"https://github.com/jacadzaca.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n# About\n\nA simple brainfuck to NASM assembly compiler, written in Clojure\n\n##  Prerequisites\n[Make sure you have NASM assembler installed](https://www.nasm.us/)\n\n[Make sure you have lein installed](https://leiningen.org/#install)\n\n## Creating an executable\n```bash\n    lein run INPUT_FILE \u003e output.asm \u0026\u0026 nasm -g -f elf32 output.asm \u0026\u0026 ld -m elf_i386 -o runme output.o\n```\n#### Example\n```bash\n    lein run example.bf \u003e output.asm \u0026\u0026 nasm -g -f elf32 output.asm \u0026\u0026 ld -m elf_i386 -o runme output.o\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacadzaca%2Fbrainfuck-asm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacadzaca%2Fbrainfuck-asm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacadzaca%2Fbrainfuck-asm/lists"}