{"id":21065515,"url":"https://github.com/sebtee/bfinterpreter","last_synced_at":"2025-08-17T18:09:36.521Z","repository":{"id":128869025,"uuid":"248855012","full_name":"SebTee/bfInterpreter","owner":"SebTee","description":"This is an interpreter for the esoteric programming language Brainfuck.","archived":false,"fork":false,"pushed_at":"2020-03-20T22:50:34.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T01:47:29.023Z","etag":null,"topics":["brainfuck","brainfuck-interpreter","cplusplus","cpp","esoteric","esoteric-interpreter","esoteric-language","esoteric-programming-language","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/SebTee.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":"2020-03-20T21:26:02.000Z","updated_at":"2020-06-24T09:57:33.000Z","dependencies_parsed_at":"2023-10-02T06:46:40.941Z","dependency_job_id":null,"html_url":"https://github.com/SebTee/bfInterpreter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SebTee/bfInterpreter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebTee%2FbfInterpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebTee%2FbfInterpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebTee%2FbfInterpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebTee%2FbfInterpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SebTee","download_url":"https://codeload.github.com/SebTee/bfInterpreter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebTee%2FbfInterpreter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270885907,"owners_count":24662522,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","cplusplus","cpp","esoteric","esoteric-interpreter","esoteric-language","esoteric-programming-language","interpreter"],"created_at":"2024-11-19T17:55:26.774Z","updated_at":"2025-08-17T18:09:36.481Z","avatar_url":"https://github.com/SebTee.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brainfuck Interpreter\n\nThis is an interpreter for the esoteric programming language Brainfuck.\n\n## Instructions\n\n### Compiling\n```shell script\ngcc main.cpp Interpreter.cpp Memory.cpp -lstdc++ -o bfInterpreter\n```\nYou can replace `bfInterpreter` with any name for the outputted executable file. Make sure to use the correct file name when running the program.\n\n### Running a brainfuck program\n```shell script\n./bfInterpreter /path/to/file.bf (input to the program)\n```\n\n#### examples\n\n##### Hello World\nThis program outputs the line `Hello World!`\n```shell script\n./bfInterpreter ./examples/HelloWorld.bf\n```\n\n##### Mandelbrot\nThis program outputs the Mandelbrot set. This program was written by Erik Bosman.\n```shell script\n./bfInterpreter ./examples/mandelbrot.bf\n```\n\n##### Cat\nThis program just outputs the input string without changing it.\n```shell script\n./bfInterpreter ./examples/cat.bf This text is output!\n```\n\n###### Hello World Mk.2\nThis program will also output `Hello World!`\n```shell script\n./bfInterpreter ./examples/cat.bf Hello World!\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebtee%2Fbfinterpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebtee%2Fbfinterpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebtee%2Fbfinterpreter/lists"}