{"id":29439946,"url":"https://github.com/k10-k10/brainfuck-interpreter","last_synced_at":"2026-05-09T09:05:05.057Z","repository":{"id":304312663,"uuid":"1017117199","full_name":"K10-K10/Brainfuck-interpreter","owner":"K10-K10","description":"Interpreter of Brainf**k","archived":false,"fork":false,"pushed_at":"2025-07-12T08:49:41.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-12T10:22:25.543Z","etag":null,"topics":["brain","cpl","linux","zsh"],"latest_commit_sha":null,"homepage":"","language":"C++","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/K10-K10.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-07-10T03:58:30.000Z","updated_at":"2025-07-12T08:52:30.000Z","dependencies_parsed_at":"2025-07-12T10:32:29.927Z","dependency_job_id":null,"html_url":"https://github.com/K10-K10/Brainfuck-interpreter","commit_stats":null,"previous_names":["k10-k10/brainfuck-in-cxx"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/K10-K10/Brainfuck-interpreter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K10-K10%2FBrainfuck-interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K10-K10%2FBrainfuck-interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K10-K10%2FBrainfuck-interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K10-K10%2FBrainfuck-interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/K10-K10","download_url":"https://codeload.github.com/K10-K10/Brainfuck-interpreter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K10-K10%2FBrainfuck-interpreter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265122420,"owners_count":23714547,"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":["brain","cpl","linux","zsh"],"created_at":"2025-07-13T10:01:36.687Z","updated_at":"2026-05-09T09:05:05.045Z","avatar_url":"https://github.com/K10-K10.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brainfuck-interpreter\n\n## Char list\n\n| char | command        |\n| ---- | -------------- |\n| `+`  | increment      |\n| `-`  | decrement      |\n| `.`  | print          |\n| `,`  | input          |\n| `[`  | loop begin     |\n| `]`  | loop end       |\n| `\u003e`  | right bit sift |\n| `\u003c`  | left bit sift  |\n\n[reference from wikipedia](https://en.wikipedia.org/wiki/Brainfuck)\n\n## Install\n\n1. Clone this repository.\n\n- ssh\n\n```bash\ngit clone git@github.com/K10-K10/Brainfuck-interpreter\n```\n\n- https\n\n```bash\ngit clone https://github.com/K10-K10/Brainfuck-interpreter\n```\n\n2. Build\n\nBuild code\n\n```bash\ng++ main.cpp -o bf\n```\n\n3. Copy `bf` in `bin`\n\n```bash\nsudo cp bef ~/.local/bin/bf\n```\n\n4. Add path in ~/.zshrc\n\n```bash\nexport PATH=\"$HOME/.local/bin:$PATH\"\n```\n\n## Run\n\n```bash\nbf file.bf\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk10-k10%2Fbrainfuck-interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk10-k10%2Fbrainfuck-interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk10-k10%2Fbrainfuck-interpreter/lists"}