{"id":29284414,"url":"https://github.com/voidwyrm-2/zonk","last_synced_at":"2026-06-17T16:08:04.066Z","repository":{"id":301112670,"uuid":"1008188351","full_name":"voidwyrm-2/zonk","owner":"voidwyrm-2","description":"A BrainF superset for the purpose of a compilation target","archived":false,"fork":false,"pushed_at":"2025-06-25T13:17:03.000Z","size":38,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T21:02:35.947Z","etag":null,"topics":["brainfuck","brainfuck-interpreter","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voidwyrm-2.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":"2025-06-25T06:57:35.000Z","updated_at":"2025-06-28T06:07:14.000Z","dependencies_parsed_at":"2025-06-25T08:24:37.912Z","dependency_job_id":"fc20b89e-c8db-4be7-83c1-5bba3884e20f","html_url":"https://github.com/voidwyrm-2/zonk","commit_stats":null,"previous_names":["voidwyrm-2/zonk"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/voidwyrm-2/zonk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidwyrm-2%2Fzonk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidwyrm-2%2Fzonk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidwyrm-2%2Fzonk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidwyrm-2%2Fzonk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voidwyrm-2","download_url":"https://codeload.github.com/voidwyrm-2/zonk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidwyrm-2%2Fzonk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34453557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":["brainfuck","brainfuck-interpreter","zig"],"created_at":"2025-07-05T21:01:52.721Z","updated_at":"2026-06-17T16:08:04.061Z","avatar_url":"https://github.com/voidwyrm-2.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zonk\n\nZonk is a superset of [BrainF](https://en.wikipedia.org/wiki/Brainfuck), made to be an easier compilation target than vanilla BrainF.\n\n## Operations\n\nThe original eight BrainF operations are:\n\nOperation | Description\n--------- | -----------\n`\u003e` | Incrememt the data pointer by one.\n`\u003c` | Decrement the data pointer by one.\n`+` | Incrememt the current cell by one.\n`-` | Decrement the current cell by one.\n`.` | Print the value of the current cell as an ASCII character.\n`,` | Ask for one byte of input and set the current cell to it.\n`[` | If the current cell is zero, jump to the position after the corresponding `]`.\n`]` | If the current cell is zero, jump to the position after the corresponding `]`.\n\nAlong with those, Zonk adds 7 extra operations:\n\nOperation | Description\n--------- | -----------\n`_` | Copy the value of the current cell into the cell to the right.\n`/` | Jump forward by the amount specified by the current cell.\n`\\` | Jump back by the amount specified by the current cell.\n`{[path, excluding extension]}`, e.g. `{/libs/io}` | Loads a dynamic library.\n`$[name]` | Switches to the context to the specified module.\n`@[name]` | Looks up the specified function in the context then calls it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidwyrm-2%2Fzonk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoidwyrm-2%2Fzonk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidwyrm-2%2Fzonk/lists"}