{"id":17993426,"url":"https://github.com/vendicated/brainfuckinterpreter","last_synced_at":"2025-03-26T01:32:09.180Z","repository":{"id":103180512,"uuid":"335801186","full_name":"Vendicated/BrainfuckInterpreter","owner":"Vendicated","description":"Brainfuck Interpreter/Converter (both ways) written in C","archived":false,"fork":false,"pushed_at":"2021-04-29T19:13:25.000Z","size":47,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-21T01:33:57.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","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/Vendicated.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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},"funding":{"github":"Vendicated"}},"created_at":"2021-02-04T01:12:54.000Z","updated_at":"2024-05-10T08:50:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a3e7835-0238-41ea-812d-d19c8f625b4e","html_url":"https://github.com/Vendicated/BrainfuckInterpreter","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vendicated%2FBrainfuckInterpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vendicated%2FBrainfuckInterpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vendicated%2FBrainfuckInterpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vendicated%2FBrainfuckInterpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vendicated","download_url":"https://codeload.github.com/Vendicated/BrainfuckInterpreter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245571972,"owners_count":20637428,"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":[],"created_at":"2024-10-29T20:11:24.851Z","updated_at":"2025-03-26T01:32:09.174Z","avatar_url":"https://github.com/Vendicated.png","language":"C","funding_links":["https://github.com/sponsors/Vendicated"],"categories":[],"sub_categories":[],"readme":"# Ven's Brainfuck Interpreter\n\nMy Brainfuck implementation according to the spec described here \u003chttps://en.wikipedia.org/wiki/Brainfuck#Language_design\u003e\n\n## Installation\n\nThe simplest way is to just grab precompiled binaries from the [releases tab](https://github.com/Vendicated/BrainfuckInterpreter/releases/latest)\n\n### From Source\n\n1. `git clone https://github.com/Vendicated/BrainfuckInterpreter`\n2. `cd BrainfuckInterpreter`\n3. `sudo make install` to install to /usr/local/bin or `make install PREFIX=/custom/dir` to install to /custom/dir/bin\n\n## Interpreter\n\nThis interprets any given Brainfuck code\n\nUsage:\n\n```bash\nbrainfuck decode [FILE | TEXT...]\n```\n\nExample:\n\n```bash\n$ brainfuck decode samples/HelloWorld.bf\nHello World!\n```\n\n## Ascii to Brainfuck converter\n\nThis converts plain ascii text to Brainfuck\n\nUsage:\n\n```bash\nbrainfuck encode [FILE | TEXT...]\n```\n\nExample:\n\n```bash\n$ brainfuck encode Hello World!\n\u003e++++++++[\u003c++++++++\u003e-]\u003c++++++++.\u003e++....\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvendicated%2Fbrainfuckinterpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvendicated%2Fbrainfuckinterpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvendicated%2Fbrainfuckinterpreter/lists"}