{"id":16986323,"url":"https://github.com/q60/brainfuck","last_synced_at":"2025-03-22T01:43:04.184Z","repository":{"id":149243315,"uuid":"259482236","full_name":"q60/brainfuck","owner":"q60","description":"Yet another Brainfuck interpreter and dialect. Written in Nim.","archived":false,"fork":false,"pushed_at":"2020-05-10T12:52:08.000Z","size":71,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T19:51:33.292Z","etag":null,"topics":["brainfuck","brainfuck-interpreter","brainfuck-interpreters","brainfuck-parser","dialect","nim","open-source"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/q60.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":"2020-04-27T23:40:22.000Z","updated_at":"2022-06-17T08:14:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"29d0fa34-7269-40db-a416-4846cf49f240","html_url":"https://github.com/q60/brainfuck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q60%2Fbrainfuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q60%2Fbrainfuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q60%2Fbrainfuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q60%2Fbrainfuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/q60","download_url":"https://codeload.github.com/q60/brainfuck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244894307,"owners_count":20527669,"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-interpreter","brainfuck-interpreters","brainfuck-parser","dialect","nim","open-source"],"created_at":"2024-10-14T02:45:23.906Z","updated_at":"2025-03-22T01:43:04.164Z","avatar_url":"https://github.com/q60.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"BrainF\n======\nYet another brainfuck interpreter and dialect. Written in **Nim**.\n\n![Example](https://i.imgur.com/GhUxNkP.png)\n\nFeatures\n--------\n  - *Unlimited tape length*.\n  - *Normal comments using*`!`.\n  - *Fast*.\n  - *Small*.\n  - *[Special Vim syntax highlight plugin supporting comment highlight](https://github.com/llathasa-veleth/vim-brainfuck)*.\n\nInstallation\n------------\n### Dependencies:\n  - Nim \u003e= 1.0\n  - make\n  - gzip\n\nFirstly, you need to install **[Nim](https://github.com/nim-lang/Nim)**.\n\nYou can build it from source or just install pre-built binaries for your OS.\n\nThen you should build the program.\n\n```sh\ngit clone https://github.com/llathasa-veleth/brainfuck\ncd brainfuck\nmake build\n```\n\nExecutable binary: `src/brainf`.\n\nIf you want to install it globally to your **$PATH**, you should run `make install` with **sudo**.\n\nFor more options run `make help`.\n\nUsing\n-----\nHere are some examples of using the interpreter.\n\n```sh\n$ brainf ~/Documents/some_code.bf\nHello world!\n$ echo \"++++++++++[\u003e+++++++\u003e++++++++++\u003e+++\u003e+\u003c\u003c\u003c\u003c-]\u003e++.\u003e+.+++++++..+++.\u003e++.\u003c\u003c+++++++++++++++.\u003e.+++.------.--------.\u003e+.\u003e.\" | brainf\nHello World!\n```\n\nUse `man brainf` for help and more information.\n\nTODO\n----\n  - [ ] *? Multiline comments*.\n  - [ ] *? Inline comments*.\n  - [ ] *? Optional additional operators*.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fq60%2Fbrainfuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fq60%2Fbrainfuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fq60%2Fbrainfuck/lists"}