{"id":15398642,"url":"https://github.com/lancern/zig-brainfuck","last_synced_at":"2025-08-20T17:21:25.859Z","repository":{"id":222841784,"uuid":"754505328","full_name":"Lancern/zig-brainfuck","owner":"Lancern","description":"Brainfuck JIT interpreter written in Zig","archived":false,"fork":false,"pushed_at":"2024-02-16T13:12:15.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T16:48:23.733Z","etag":null,"topics":["brainfuck","brainfuck-compiler","brainfuck-interpreter","jit","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/Lancern.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-02-08T07:40:19.000Z","updated_at":"2024-06-08T01:19:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"4cfeaae5-c1d6-464c-9d93-5afcc52d9144","html_url":"https://github.com/Lancern/zig-brainfuck","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"4ffce5e55403678d0a2ad84f6cbc983888d6643d"},"previous_names":["lancern/zig-brainfuck"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lancern%2Fzig-brainfuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lancern%2Fzig-brainfuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lancern%2Fzig-brainfuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lancern%2Fzig-brainfuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lancern","download_url":"https://codeload.github.com/Lancern/zig-brainfuck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245948683,"owners_count":20698864,"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","brainfuck-interpreter","jit","zig"],"created_at":"2024-10-01T15:44:58.955Z","updated_at":"2025-03-28T00:29:43.591Z","avatar_url":"https://github.com/Lancern.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zig-brainfuck\n\nThis is a toy project that helps me learn Zig programming language. This project\nimplements a [Brainfuck] interpreter with Just-In-Time (JIT) compilation.\n\n[Brainfuck]: https://en.wikipedia.org/wiki/Brainfuck\n\n\u003e [!NOTE]\n\u003e This project is still in a very early development phase.\n\n## Build\n\n```bash\nzig build\n```\n\nThe executable file can be found at `zig-out/bin/zig-brainfuck` after build.\n\n## Run\n\n\u003e [!NOTE]\n\u003e Currently this project only implements an AST-traversal interpreter.\n\n```bash\nzig-brainfuck input.bf\n```\n\n`input.bf` is the path to the input Brainfuck source code file.\n\n## LICENSE\n\nThis project is open-sourced under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flancern%2Fzig-brainfuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flancern%2Fzig-brainfuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flancern%2Fzig-brainfuck/lists"}