{"id":15700399,"url":"https://github.com/soumik12345/brainfuck-interpreter","last_synced_at":"2025-07-24T13:41:23.449Z","repository":{"id":106254294,"uuid":"93697643","full_name":"soumik12345/BrainFuck-Interpreter","owner":"soumik12345","description":"BrainFuck interpreter implementation in java","archived":false,"fork":false,"pushed_at":"2017-09-17T15:14:52.000Z","size":17,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T16:26:39.909Z","etag":null,"topics":["brainfuck","brainfuck-interpreter","brainfuck-parser","java"],"latest_commit_sha":null,"homepage":"https://www.geeksforgeeks.org/brainfuck-interpreter-java/","language":"Java","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/soumik12345.png","metadata":{"files":{"readme":"README.TXT","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-06-08T02:06:39.000Z","updated_at":"2019-03-03T17:58:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"604b6471-0726-4ff2-bd9b-366013992096","html_url":"https://github.com/soumik12345/BrainFuck-Interpreter","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/soumik12345%2FBrainFuck-Interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soumik12345%2FBrainFuck-Interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soumik12345%2FBrainFuck-Interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soumik12345%2FBrainFuck-Interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soumik12345","download_url":"https://codeload.github.com/soumik12345/BrainFuck-Interpreter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246333929,"owners_count":20760638,"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-parser","java"],"created_at":"2024-10-03T19:48:21.350Z","updated_at":"2025-03-30T14:42:22.356Z","avatar_url":"https://github.com/soumik12345.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"------------------------------------------------------------------------\r\nThis is the project README file. Here, you should describe your project.\r\nTell the reader (someone who does not know anything about this project)\r\nall he/she needs to know. The comments should usually include at least:\r\n------------------------------------------------------------------------\r\n\r\nPROJECT TITLE: BrainFuck Interpreter in Java\r\nPURPOSE OF PROJECT: To create a lightweight BrainFuck interpreter in Java\r\nVERSION or DATE: 7/6/2017\r\nHOW TO START THIS PROJECT:\r\nAUTHORS: Soumik Rakshit\r\nUSER INSTRUCTIONS:\r\nBrainFuck is a tiny language with only eight instructions:\r\n\r\n\u003e Move the pointer to the right\r\n\u003c Move the pointer to the left\r\n+ Increment the memory cell under the pointer\r\n- Decrement the memory cell under the pointer\r\n. Output the character signified by the cell at the pointer\r\n, Input a character and store it in the cell at the pointer\r\n[ Jump past the matching ] if the cell under the pointer is 0\r\n] Jump back to the matching [ if the cell under the pointer is nonzero","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoumik12345%2Fbrainfuck-interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoumik12345%2Fbrainfuck-interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoumik12345%2Fbrainfuck-interpreter/lists"}