{"id":23535077,"url":"https://github.com/ripta/bfstk","last_synced_at":"2025-06-19T15:33:04.443Z","repository":{"id":218199126,"uuid":"745851579","full_name":"ripta/bfstk","owner":"ripta","description":"beefsteak, the brainfuck~ish interpreter","archived":false,"fork":false,"pushed_at":"2024-01-21T05:49:51.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T08:57:52.115Z","etag":null,"topics":["programming-language","toy-interpreter","toy-language"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ripta.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,"zenodo":null}},"created_at":"2024-01-20T10:41:49.000Z","updated_at":"2024-01-20T11:09:08.000Z","dependencies_parsed_at":"2025-05-14T20:47:44.937Z","dependency_job_id":null,"html_url":"https://github.com/ripta/bfstk","commit_stats":null,"previous_names":["ripta/bfstk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ripta/bfstk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fbfstk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fbfstk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fbfstk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fbfstk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ripta","download_url":"https://codeload.github.com/ripta/bfstk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fbfstk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260778744,"owners_count":23061720,"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":["programming-language","toy-interpreter","toy-language"],"created_at":"2024-12-26T01:14:40.675Z","updated_at":"2025-06-19T15:32:59.429Z","avatar_url":"https://github.com/ripta.png","language":"Rust","readme":"bfstk, a brainfuck~ish interpreter\n\nImplementation notes:\n\n- the data pointer starts on cell zero; and\n- cells extend (virtually) unlimited to both the negative and positive directions.\n\nTo run:\n\n```\ncargo run -- examples/hello_world.b\n```\n\nor compile first, then run:\n\n```\ncargo build --release\n./target/release/bfstk examples/hello_word.b\n```\n\nRun with `-r` to show a summary report of the state after execution.\n\nRun with `-d` to dump the left (negative space) and right (positive space)\nmemory blocks after execution.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripta%2Fbfstk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fripta%2Fbfstk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripta%2Fbfstk/lists"}