{"id":25365829,"url":"https://github.com/willguimont/brainskell","last_synced_at":"2025-10-08T19:04:55.671Z","repository":{"id":111210575,"uuid":"203163581","full_name":"willGuimont/brainskell","owner":"willGuimont","description":"Brainfuck interpreter in Haskell","archived":false,"fork":false,"pushed_at":"2024-04-28T01:33:14.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T03:02:41.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/willGuimont.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","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":"2019-08-19T11:57:55.000Z","updated_at":"2024-04-28T01:33:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c9a099e-2d66-47b5-96a8-cf6732800f0a","html_url":"https://github.com/willGuimont/brainskell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willGuimont/brainskell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2Fbrainskell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2Fbrainskell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2Fbrainskell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2Fbrainskell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willGuimont","download_url":"https://codeload.github.com/willGuimont/brainskell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2Fbrainskell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000609,"owners_count":26082786,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":[],"created_at":"2025-02-14T23:50:51.251Z","updated_at":"2025-10-08T19:04:55.649Z","avatar_url":"https://github.com/willGuimont.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# brainskell\n\nBrainfuck interpreter in Haskell with a few extra features.\n\n\n`\u003e`: Move pointer right\n\n`\u003c`: Move pointer left\n\n`+`: Increment value at pointer\n\n`-`: Decrement value at pointer\n\n`.`: Print value at pointer as `chr(x)`\n\n`,`: Input, read terminal and store value at pointer. If the input is an integer, will store that value directly, if the input starts with a quote (`'`), will store `ord(input)` instead\n\n`[`: Start loop\n\n`]`: Jumps to matching `[` if the input at pointer is nonzero, otherwise pass\n\nAnything else is considered as comment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillguimont%2Fbrainskell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillguimont%2Fbrainskell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillguimont%2Fbrainskell/lists"}