{"id":15902166,"url":"https://github.com/hallerpatrick/brainfuck","last_synced_at":"2025-04-02T20:11:27.935Z","repository":{"id":109918940,"uuid":"316775467","full_name":"HallerPatrick/brainfuck","owner":"HallerPatrick","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-29T18:02:18.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T13:48:17.373Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/HallerPatrick.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-11-28T16:30:26.000Z","updated_at":"2020-11-29T18:02:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e178c3b-ebc2-4489-b7dc-c0be49d71e59","html_url":"https://github.com/HallerPatrick/brainfuck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HallerPatrick%2Fbrainfuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HallerPatrick%2Fbrainfuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HallerPatrick%2Fbrainfuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HallerPatrick%2Fbrainfuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HallerPatrick","download_url":"https://codeload.github.com/HallerPatrick/brainfuck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246884769,"owners_count":20849554,"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-10-06T11:22:50.178Z","updated_at":"2025-04-02T20:11:27.914Z","avatar_url":"https://github.com/HallerPatrick.png","language":"Go","readme":"# Brainfuck Interpreter in Go\n\nMy from scratch implementation of a\n[Brainfuck](https://en.wikipedia.org/wiki/Brainfuck) Interpreter written in Golang.\n\nThis 300 line project was meant to teach me some Go and maybe a little bit of interpreter crafting.\n\n## Usage\n\n````bash\ngo run main.go example/helloworld.b\n````\n\n\nThis \"simple\" brainfuck program should print a good old `\"Hello World!\\n\"`\n```brainfuck\n +++++ +++++         \t\tinitialize counter (cell #0) to 10\n[                   \t\tset the next four cells to 70, 100, 30 and 10\n\t\u003e +++++ ++          \tadd  7 to cell #1\n\t\u003e +++++ +++++       \tadd 10 to cell #2\n\t\u003e +++               \tadd  3 to cell #3\n\t\u003e +                 \tadd  1 to cell #4\n\t\u003c\u003c\u003c\u003c -              \tdecrement counter (cell #0)\n]               \t\n\n\u003e ++ .              \tprint 'H'  (H = ASC (72))\n\u003e + .               \tprint 'e'  (e = ASC (101))\n+++++ ++ .          \tprint 'l'\n.                   \tprint 'l'\n+++ .               \tprint 'o'\n\n\u003e ++ .              \tprint ' '\n\n\u003c\u003c +++++ +++++ +++++ .  print 'W'\n\u003e .                 \tprint 'o'\n+++ .               \tprint 'r'\n----- - .           \tprint 'l'\n----- --- .         \tprint 'd'\n\u003e + .               \tprint '!'\n\u003e .                 \tprint '\\n'\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhallerpatrick%2Fbrainfuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhallerpatrick%2Fbrainfuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhallerpatrick%2Fbrainfuck/lists"}