{"id":23163924,"url":"https://github.com/yhtiyar/brainfuck-interpretator-java","last_synced_at":"2025-04-04T20:47:56.721Z","repository":{"id":89963834,"uuid":"355923496","full_name":"Yhtiyar/brainfuck-interpretator-java","owner":"Yhtiyar","description":"Simple Brainfuck language interpretator with tokenization written in java","archived":false,"fork":false,"pushed_at":"2021-04-08T14:09:38.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T05:27:57.618Z","etag":null,"topics":["brainfuck","brainfuck-interpreter","brainfuck-interpreters","brainfuck-parser","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yhtiyar.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":"2021-04-08T13:43:16.000Z","updated_at":"2021-04-08T14:10:46.000Z","dependencies_parsed_at":"2023-06-18T04:03:18.213Z","dependency_job_id":null,"html_url":"https://github.com/Yhtiyar/brainfuck-interpretator-java","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/Yhtiyar%2Fbrainfuck-interpretator-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yhtiyar%2Fbrainfuck-interpretator-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yhtiyar%2Fbrainfuck-interpretator-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yhtiyar%2Fbrainfuck-interpretator-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yhtiyar","download_url":"https://codeload.github.com/Yhtiyar/brainfuck-interpretator-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249622,"owners_count":20908211,"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","brainfuck-interpreters","brainfuck-parser","java"],"created_at":"2024-12-18T00:31:53.736Z","updated_at":"2025-04-04T20:47:56.704Z","avatar_url":"https://github.com/Yhtiyar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# brainfuck-interpretator-java\nSimple Brainfuck language interpretator with tokenization written in java\n\n## usage: \n\n\n\n```java\n      String source = \"++++++++[\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      IInterpretator bf = new BrainfuckInterpretator(System.in, System.out);\n      bf.evaluate(source);\n```     \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyhtiyar%2Fbrainfuck-interpretator-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyhtiyar%2Fbrainfuck-interpretator-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyhtiyar%2Fbrainfuck-interpretator-java/lists"}