{"id":22276826,"url":"https://github.com/saecki/brainfuck","last_synced_at":"2025-03-25T17:43:39.252Z","repository":{"id":247234975,"uuid":"825271759","full_name":"saecki/brainfuck","owner":"saecki","description":"A somewhat optimizing brainfuck interpreter and compiler","archived":false,"fork":false,"pushed_at":"2024-07-16T18:27:02.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T15:15:37.283Z","etag":null,"topics":["brainfuck","compiler"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/saecki.png","metadata":{"files":{"readme":"README.md","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":"2024-07-07T10:15:29.000Z","updated_at":"2024-12-15T03:28:57.000Z","dependencies_parsed_at":"2024-07-16T02:25:33.496Z","dependency_job_id":null,"html_url":"https://github.com/saecki/brainfuck","commit_stats":null,"previous_names":["saecki/brainfuck"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saecki%2Fbrainfuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saecki%2Fbrainfuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saecki%2Fbrainfuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saecki%2Fbrainfuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saecki","download_url":"https://codeload.github.com/saecki/brainfuck/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245512255,"owners_count":20627552,"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","compiler"],"created_at":"2024-12-03T14:16:16.894Z","updated_at":"2025-03-25T17:43:39.231Z","avatar_url":"https://github.com/saecki.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# brainfuck\nA somewhat optimizing brainfuck interpreter and compiler\n\n## Usage\n\n```\nbrainfuck \u003cmode\u003e [\u003coption\u003e] \u003cpath\u003e\n\nmodes\n    format          pretty print brainfuck code\n    ir              print the intermediate representation\n    run             interpret the ir\n    compile         generate an ELF64 x86-64 system-v executable\n    help            print this help message\n\noptions\n    -v,--verbose                change verbosity level via number of occurences [0..=3]\n    -u,--print-unoptimized-ir   print the ir before optimizations are applied\n    -d,--debug                  disable all optimizations\n       --no-optimize-zeros      disable zeroing optimization\n       --no-optimize-arithmetic disable arithmetic optimizations\n       --no-optimize-jumps      disable redundant jump elmination\n       --no-optimize-dead-code  disable dead code elmination\n       --no-optimize-init       disable state initialization optimization\n       --no-optimize-simplify   disable code simplification\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaecki%2Fbrainfuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaecki%2Fbrainfuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaecki%2Fbrainfuck/lists"}