{"id":20317439,"url":"https://github.com/thimc/bf9","last_synced_at":"2025-06-29T05:32:55.722Z","repository":{"id":158879832,"uuid":"591971478","full_name":"thimc/bf9","owner":"thimc","description":"a brainfuck interpreter written in Plan 9 C","archived":false,"fork":false,"pushed_at":"2024-04-23T19:02:10.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T09:16:14.887Z","etag":null,"topics":["9front","brainfuck","c","interpreter","plan9"],"latest_commit_sha":null,"homepage":"","language":"Brainfuck","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thimc.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":"2023-01-22T14:28:47.000Z","updated_at":"2024-04-23T19:02:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"68be9ce9-d1f3-4fc1-bd94-f0647b06d85c","html_url":"https://github.com/thimc/bf9","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thimc/bf9","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thimc%2Fbf9","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thimc%2Fbf9/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thimc%2Fbf9/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thimc%2Fbf9/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thimc","download_url":"https://codeload.github.com/thimc/bf9/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thimc%2Fbf9/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262543862,"owners_count":23326626,"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":["9front","brainfuck","c","interpreter","plan9"],"created_at":"2024-11-14T18:32:03.277Z","updated_at":"2025-06-29T05:32:55.692Z","avatar_url":"https://github.com/thimc.png","language":"Brainfuck","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bf9\na brainfuck interpreter written in Plan 9 C\n\n## Commands\n\n| Character | Function                                                       |\n| --------- | -----------                                                    |\n| \u003e         | Increases the data pointer by one                              |\n| \u003c         | Decreases the data pointer by one                              |\n| +         | Increases the byte at the data pointer by one                  |\n| -         | Decreases the byte at the data pointer by one                  |\n| .         | Outputs the current byte at the data pointer                   |\n| ,         | Reads one byte from stdin to the byte at the data pointer      |\n| [         | If the byte at the data pointer is zero jump to the matching ] |\n| ]         | If the bytes is nonzero jump back to the matching [            |\n\n## Caveats\nThe memory array size is 65535 bytes.\n\n## Usage\n``bf9 \u003csource file\u003e``\n\n## Bugs\nProbably.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthimc%2Fbf9","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthimc%2Fbf9","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthimc%2Fbf9/lists"}