{"id":22624660,"url":"https://github.com/barrettotte/groovy-bf","last_synced_at":"2025-03-29T03:17:01.569Z","repository":{"id":114090580,"uuid":"214495658","full_name":"barrettotte/Groovy-BF","owner":"barrettotte","description":"Yet another BF interpreter written in Groovy","archived":false,"fork":false,"pushed_at":"2019-10-11T19:16:00.000Z","size":65,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-03T13:13:21.520Z","etag":null,"topics":["brainfuck","brainfuck-interpreter","groovy","groovy-language"],"latest_commit_sha":null,"homepage":null,"language":"Brainfuck","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/barrettotte.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":"2019-10-11T17:37:05.000Z","updated_at":"2019-10-11T19:24:52.000Z","dependencies_parsed_at":"2023-06-12T14:00:30.418Z","dependency_job_id":null,"html_url":"https://github.com/barrettotte/Groovy-BF","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/barrettotte%2FGroovy-BF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FGroovy-BF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FGroovy-BF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FGroovy-BF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barrettotte","download_url":"https://codeload.github.com/barrettotte/Groovy-BF/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246131335,"owners_count":20728303,"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":["brainfuck","brainfuck-interpreter","groovy","groovy-language"],"created_at":"2024-12-09T00:17:18.195Z","updated_at":"2025-03-29T03:17:01.533Z","avatar_url":"https://github.com/barrettotte.png","language":"Brainfuck","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Groovy-BF\n\nYet another BF interpreter written in Groovy\n\n\n## Examples\n```groovy\n    Interpreter interpreter = new Interpreter()\n    def bf = '++++++++[\u003e++++[\u003e++\u003e+++\u003e+++\u003e+\u003c\u003c\u003c\u003c-]\u003e+\u003e+\u003e-\u003e\u003e+[\u003c]\u003c-]\u003e\u003e.\u003e---.+++++++..+++.\u003e\u003e.\u003c-.\u003c.+++.------.--------.\u003e\u003e+.\u003e++.'\n    println interpreter.interpret(bf) // 'Hello, World!\\n'\n```\n\n\n## To Do\nIn addition to the basic interpreter, I really want to make a BF code generator.\n\n\n## References\n* Summary of what BF is https://gist.github.com/roachhd/dce54bec8ba55fb17d3a\n* https://en.wikipedia.org/wiki/Brainfuck (Hello World test case)\n* Mandelbrot set in BF by Erik Bosman\n  * https://github.com/erikdubbelboer/brainfuck-jit/blob/master/mandelbrot.bf\n  * Output found in mandelbrot.out.txt (TODO: run it and record how long it takes)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrettotte%2Fgroovy-bf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarrettotte%2Fgroovy-bf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrettotte%2Fgroovy-bf/lists"}