{"id":34632067,"url":"https://github.com/fraya/dylan-brainfuck","last_synced_at":"2026-03-15T19:34:21.401Z","repository":{"id":164952827,"uuid":"637437307","full_name":"fraya/dylan-brainfuck","owner":"fraya","description":"Brainfuck interpreter in Opendylan","archived":false,"fork":false,"pushed_at":"2025-05-19T12:28:51.000Z","size":201,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T12:38:59.746Z","etag":null,"topics":["brainfuck","brainfuck-interpreter"],"latest_commit_sha":null,"homepage":"https://fraya.github.io/dylan-brainfuck/","language":"Dylan","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fraya.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":"2023-05-07T14:56:00.000Z","updated_at":"2025-05-19T12:30:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed3c01f3-fed3-48e9-9380-e6eb2403c590","html_url":"https://github.com/fraya/dylan-brainfuck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fraya/dylan-brainfuck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraya%2Fdylan-brainfuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraya%2Fdylan-brainfuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraya%2Fdylan-brainfuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraya%2Fdylan-brainfuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fraya","download_url":"https://codeload.github.com/fraya/dylan-brainfuck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraya%2Fdylan-brainfuck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30550332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T15:03:43.933Z","status":"ssl_error","status_checked_at":"2026-03-15T15:03:37.630Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"],"created_at":"2025-12-24T16:52:41.388Z","updated_at":"2026-03-15T19:34:21.396Z","avatar_url":"https://github.com/fraya.png","language":"Dylan","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dylan Brainfuck \n\n[![build](https://github.com/fraya/dylan-brainfuck/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/fraya/dylan-brainfuck/actions/workflows/build-and-test.yml)\n\nBrainfuck interpreter written in [Opendylan](https://opendylan.org/)\nprogramming language.\n\nThis is an exploration of Opendylan features (mainly multimethods) and\nis not trying to be \"as fast as possible\".\n\n## Installation\n\nTODO\n\n## Execution\n\n  brainfuck-app \u003cprogram\u003e \u003coptimization-level\u003e\n\nwhere:\n\n- _program_ is a brainfuck program\n- _optimization-level_ is a number between 0 and 4 (default `4`):\n    - `0`: No optimization\n    - `1`: Remove comments\n    - `2`: Group similar instructions (e.g. `++` becomes `+2`)\n    - `3`: Replace pattern `[-]` with a reset to zero\n    - `4`: Precalculate jumps (e.g. `[+\u003e]` becomes `[3+\u003e]0`\n\n### Examples\n\nIn the directory `examples` there are several brainfuck programs.\n\n## TODO\n\n### General\n\n- [X] Load a program from a `\u003cstring\u003e`\n- [X] Load a program from a file (`\u003clocator\u003e`)\n\n### Instructions\n\n- [X] increment-data \n- [X] decrement-data\n- [X] increment-pointer\n- [X] decrement-pointer\n- [ ] input\n- [X] output\n- [X] jump-forward\n- [X] jump-backward\n\n### Optimizations\n\n- [X] Remove comments\n- [X] Group instructions\n- [X] Replace `[-]` pattern for a reset to zero instruction.\n- [X] Precomputed jumps\n\n## Project organization\n\n```bash\n├── documentation       # documentation in .rst format\n├── dylan-package.json  # project description\n├── examples            # program examples in .bf language\n└── src                 # source code\n    ├── app               # application\n    ├── lib               # library\n    └── tests             # tests\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffraya%2Fdylan-brainfuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffraya%2Fdylan-brainfuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffraya%2Fdylan-brainfuck/lists"}