{"id":13782597,"url":"https://github.com/fch/brainfckInterpreter","last_synced_at":"2025-05-11T15:32:38.329Z","repository":{"id":216004908,"uuid":"74178539","full_name":"fch/brainfckInterpreter","owner":"fch","description":"Very basic interpreter","archived":false,"fork":false,"pushed_at":"2019-10-08T20:24:27.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-17T17:43:28.005Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fch.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}},"created_at":"2016-11-19T01:05:50.000Z","updated_at":"2023-01-07T21:01:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"f729a36d-e351-43f4-9166-6106984021f2","html_url":"https://github.com/fch/brainfckInterpreter","commit_stats":null,"previous_names":["fch/brainfckinterpreter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fch%2FbrainfckInterpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fch%2FbrainfckInterpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fch%2FbrainfckInterpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fch%2FbrainfckInterpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fch","download_url":"https://codeload.github.com/fch/brainfckInterpreter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253588780,"owners_count":21932324,"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:39.773Z","updated_at":"2025-05-11T15:32:38.022Z","avatar_url":"https://github.com/fch.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# brainfckInterpreter\nVery basic interpreter for the - actually turing-complete! - brainfuck language.\n\nFeel free to give ideas, tips and constructive critique for improvement.\n\nThe underlying structure functions like a turing machine in a way.\nThe _Tape_ consists of multiple _Cells_, and points to one of them.\nEach _Cell_ holds a value and has a reference to it's left and right neighbour.\n\nBE CAREFUL! Theres no limit to the count of cells, so a infinite loop just going\ninto a direction, like this little guy:\n```\n+[\u003e+]\n```\ncan blow up memory consumption! Handle with care! (Most OS will terminate the process.)\n\nBrainfuck reference: https://en.wikipedia.org/wiki/Brainfuck\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffch%2FbrainfckInterpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffch%2FbrainfckInterpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffch%2FbrainfckInterpreter/lists"}