{"id":16652214,"url":"https://github.com/diapolo10/bf-interpreter","last_synced_at":"2025-07-31T04:06:17.187Z","repository":{"id":88324504,"uuid":"227064151","full_name":"Diapolo10/BF-Interpreter","owner":"Diapolo10","description":"A Brainfuck language interpreter written in C++17","archived":false,"fork":false,"pushed_at":"2020-01-08T17:52:51.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T09:28:27.731Z","etag":null,"topics":["brainfuck","brainfuck-interpreter","brainfuck-programs","brainfuck-transpiler","cpp","cpp17","interpreter","msvc-compiler","visual-studio"],"latest_commit_sha":null,"homepage":"","language":"Brainfuck","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/Diapolo10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-12-10T08:15:51.000Z","updated_at":"2020-01-08T17:49:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7ab0592-f8bd-484a-8f1b-4fcb3e8ffcb2","html_url":"https://github.com/Diapolo10/BF-Interpreter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diapolo10%2FBF-Interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diapolo10%2FBF-Interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diapolo10%2FBF-Interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diapolo10%2FBF-Interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Diapolo10","download_url":"https://codeload.github.com/Diapolo10/BF-Interpreter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243249589,"owners_count":20260853,"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-programs","brainfuck-transpiler","cpp","cpp17","interpreter","msvc-compiler","visual-studio"],"created_at":"2024-10-12T09:28:02.429Z","updated_at":"2025-03-12T16:22:16.912Z","avatar_url":"https://github.com/Diapolo10.png","language":"Brainfuck","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BF-Interpreter\n \nAn interpreter for the Brainfuck programming language written in C++17\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\nYou need a C++ compiler compatible with C++17. The code may run on an earlier standard, but it was developed with C++17 in mind. Since the project only uses the standard library, there are no further prerequisites.\n\nIt will likely be easiest to use Visual Studio and the MSVC compiler, as that's what the project was developed with.\n\n### Installing\n\nThe project should be ready to work as-is, the executable simply needs to be compiled. Download the source code as a ZIP file, unpack it and go to the unpacked directory. All of the source files can be found in the `src`-directory, so simply running a compatible compiler in that directory should be sufficient.\n\nFor instance, with the MSVC compiler outside of Visual Studio, you might do (assuming MSVC was on your system path):\n\n```\ncl /EHsc file1.cpp file2.cpp file3.cpp /link /out:program1.exe\n```\n\nThe final program accepts two kinds of arguments, input files and output files. You can omit the output file, in which case the output will only go to the console window.\n\nThe program comes with some ready-made example Brainfuck programs in the `test_scripts`-directory. The program is also guaranteed to work with any Brainfuck outputted by [this online service](https://copy.sh/brainfuck/text.html).\n\n```\nBF_Interpreter.exe -i \"test_scripts/hello_world.bf\"\n```\n\n```\nBF_Interpreter.exe -i \"test_scripts/lorem_ipsum.bf\" -o \"lorem_ipsum.txt\"\n````\n\n## Deployment\n\nAs of right now, no pre-compiled versions of the program are available. Should there be enough demand, I can start uploading pre-compiled versions of the program.\n\n## Built With\n\n* [Visual Studio 2019 Community Edition](https://visualstudio.microsoft.com/vs/) - The IDE used\n\n## Authors\n\n* **Lari Liuhamo** - *Design, development, project management* - [GitHub](https://github.com/Diapolo10)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n* Urban Müller, the creator of Brainfuck\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiapolo10%2Fbf-interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiapolo10%2Fbf-interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiapolo10%2Fbf-interpreter/lists"}