{"id":20475509,"url":"https://github.com/bemxio/mindbonk","last_synced_at":"2025-03-05T14:27:15.957Z","repository":{"id":104228419,"uuid":"439078566","full_name":"bemxio/mindbonk","owner":"bemxio","description":"A Brainfuck interpreter made in C++","archived":false,"fork":false,"pushed_at":"2022-01-30T21:30:30.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T03:15:47.387Z","etag":null,"topics":["brainfuck","brainfuck-interpreter","brainfuck-language","cpp","interpreter"],"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/bemxio.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-16T17:46:15.000Z","updated_at":"2023-03-25T22:50:20.000Z","dependencies_parsed_at":"2023-07-18T16:22:49.103Z","dependency_job_id":null,"html_url":"https://github.com/bemxio/mindbonk","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemxio%2Fmindbonk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemxio%2Fmindbonk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemxio%2Fmindbonk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemxio%2Fmindbonk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bemxio","download_url":"https://codeload.github.com/bemxio/mindbonk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242042248,"owners_count":20062376,"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-language","cpp","interpreter"],"created_at":"2024-11-15T15:16:14.123Z","updated_at":"2025-03-05T14:27:15.952Z","avatar_url":"https://github.com/bemxio.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mindbonk\na brainfuck interpreter made in C++, with a live interpreter and running code from `stdin`.\n\n\n## running\nafter compilation, just run:\n```sh\n./bin/brainfuck [-|file]\n```\nwhere `file` is the file to run, or `-` for stdin\n\n\n## compiling\n\n### with `make`\njust run `sudo make` in the current active directory\n\n### manually\ncompile `interpreter.cpp` and `main.cpp` to `bin/brainfuck` together\n\nhere's the way with `g++`: `g++ -std=c++11 -o bin/brainfuck interpreter.cpp main.cpp`\n\n## contributing\nfeel free to contribute, if you want to!\n\nto contribute, just fork the repository, make a branch, commit all your changes and make a pull request!\n\nbut please, use the following commit message format:\n```\ntype(scope): description\n```\n\nwhere:\n- `type` is the type of change you made (e.g. bug, feat, refactor, docs, etc.)\n- `scope` are the files you are editing (e.g. pekofy, reactions, bot, etc.)\n- `description` is a short description of the change (e.g. add a new status message)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbemxio%2Fmindbonk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbemxio%2Fmindbonk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbemxio%2Fmindbonk/lists"}