{"id":13782773,"url":"https://github.com/jvanderkallen/brainfuck-interpreter","last_synced_at":"2025-05-11T16:32:45.307Z","repository":{"id":216005013,"uuid":"70729194","full_name":"jvanderkallen/brainfuck-interpreter","owner":"jvanderkallen","description":"Interpreter for the Brainfuck language","archived":false,"fork":false,"pushed_at":"2016-10-12T18:32:42.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-24T15:34:30.071Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jvanderkallen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-10-12T18:28:03.000Z","updated_at":"2016-10-14T18:43:19.000Z","dependencies_parsed_at":"2024-01-28T05:40:06.626Z","dependency_job_id":"51616757-75a6-4ee8-bcec-749f049d46ac","html_url":"https://github.com/jvanderkallen/brainfuck-interpreter","commit_stats":null,"previous_names":["jvanderkallen/brainfuck-interpreter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanderkallen%2Fbrainfuck-interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanderkallen%2Fbrainfuck-interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanderkallen%2Fbrainfuck-interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanderkallen%2Fbrainfuck-interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jvanderkallen","download_url":"https://codeload.github.com/jvanderkallen/brainfuck-interpreter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213838097,"owners_count":15645778,"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-08-03T18:01:44.132Z","updated_at":"2024-08-03T18:10:50.231Z","avatar_url":"https://github.com/jvanderkallen.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# Brainfuck Interpreter\nThis is an interpreter for the Brainfuck language.\n\nThe interpreter uses a cell size of 8 bits. If a buffer underflow is detected the program will quit. The buffer of cells grows dynamically if the buffer is full.\n\n## Building\nRun the following commands in the root of the project to build the program:\n\n```\nmkdir build\ncd build\ncmake ..\nmake\n```\n\nOptionally you may want to run `sudo make install` to install the program on your system. Run `sudo xargs rm \u003c install_manifest.txt` to remove it.\n\n## Usage\nThe program takes a single argument: the path of a file containing Brainfuck code.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvanderkallen%2Fbrainfuck-interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjvanderkallen%2Fbrainfuck-interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvanderkallen%2Fbrainfuck-interpreter/lists"}