{"id":20006859,"url":"https://github.com/misteo/b-k","last_synced_at":"2025-10-16T06:35:43.107Z","repository":{"id":104922326,"uuid":"439408636","full_name":"MistEO/B-K","owner":"MistEO","description":"A Turing completeness Language based on BrainF**k","archived":false,"fork":false,"pushed_at":"2021-12-18T14:42:01.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-02T01:15:52.137Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/MistEO.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":"2021-12-17T17:19:40.000Z","updated_at":"2022-02-19T16:39:54.000Z","dependencies_parsed_at":"2023-05-27T03:30:43.657Z","dependency_job_id":null,"html_url":"https://github.com/MistEO/B-K","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MistEO/B-K","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MistEO%2FB-K","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MistEO%2FB-K/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MistEO%2FB-K/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MistEO%2FB-K/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MistEO","download_url":"https://codeload.github.com/MistEO/B-K/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MistEO%2FB-K/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266291552,"owners_count":23906291,"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-11-13T06:13:58.256Z","updated_at":"2025-10-16T06:35:43.049Z","avatar_url":"https://github.com/MistEO.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# B-K\n\nA Turing completeness Language modeled on [Brainfuck](https://en.wikipedia.org/wiki/Brainfuck)  \n\nAnd when you don't enter params, it will print `Hello World`\n\n## Sample\n\n```bash\ng++ main.cpp -o bk\n./bk hello.bk\n```\n\n## Commands\nThe eight language commands each consist of a single character:\n\n| Character |\tMeaning |\n| :-: | :- |\n|\u003e | Increment the data pointer (to point to the next cell to the right). |\n|\u003c | Decrement the data pointer (to point to the next cell to the left). |\n|+ | Increment (increase by one) the byte at the data pointer. |\n|- | Decrement (decrease by one) the byte at the data pointer. |\n|. | Output the byte at the data pointer. |\n|, | Accept one byte of input, storing its value in the byte at the data pointer. |\n|[ | If the byte at the data pointer is zero, then instead of moving the instruction pointer forward to the next command, jump it forward to the command after the matching ] command. |\n|] |If the byte at the data pointer is nonzero, then instead of moving the instruction pointer forward to the next command, jump it back to the command after the matching [ command. |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisteo%2Fb-k","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisteo%2Fb-k","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisteo%2Fb-k/lists"}