{"id":16086968,"url":"https://github.com/guillep/pharo-brainfuck","last_synced_at":"2026-01-18T20:32:45.163Z","repository":{"id":147866026,"uuid":"78750467","full_name":"guillep/pharo-brainfuck","owner":"guillep","description":"Brainfuck implementation in Pharo","archived":false,"fork":false,"pushed_at":"2017-01-12T14:03:23.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T14:43:57.215Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/guillep.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":"2017-01-12T13:54:26.000Z","updated_at":"2017-01-12T16:17:38.000Z","dependencies_parsed_at":"2023-04-10T12:17:14.990Z","dependency_job_id":null,"html_url":"https://github.com/guillep/pharo-brainfuck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guillep/pharo-brainfuck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillep%2Fpharo-brainfuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillep%2Fpharo-brainfuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillep%2Fpharo-brainfuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillep%2Fpharo-brainfuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guillep","download_url":"https://codeload.github.com/guillep/pharo-brainfuck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillep%2Fpharo-brainfuck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28549833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T19:56:05.265Z","status":"ssl_error","status_checked_at":"2026-01-18T19:55:54.685Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-09T13:26:28.112Z","updated_at":"2026-01-18T20:32:45.145Z","avatar_url":"https://github.com/guillep.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pharo Brainfuck\n\nThis repository contains a brainfuck (https://es.wikipedia.org/wiki/Brainfuck) interpreter for Pharo.\n\n## Basic API\n - `interpret: aProgram`\n \n Interprets a program represented as a string. Invalid characters (other than \u003c\u003e+-[]., are ignored)\n \n Example: `BFInterpreter new interpret: '\u003e\u003e++++\u003e+\u003e++'`\n \n - `outputStream: aStream`\n \n Sets the output stream for a brainfuck program. This is the stream that will be written to when the write operation (`.`) is executed. By default, if an output stream is not set, the standard output will be used.\n \n Example: `BFInterpreter new outputStream: Transcript`.\n \n - `inputStream: aStream`\n \n Sets the input stream for a brainfuck program. This is the stream that will be read to when the read operation (`,`) is executed. By default, if an input stream is not set, the standard input will be used.\n \n Example: `BFInterpreter new inputStream: '88123' readStream`.\n\n## Examples\n\n`BFInterpreter` class side contains a couple of examples of brainfuck code to execute.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillep%2Fpharo-brainfuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguillep%2Fpharo-brainfuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillep%2Fpharo-brainfuck/lists"}