{"id":20310749,"url":"https://github.com/zsr2531/brainfuckinterpreter","last_synced_at":"2026-03-27T04:41:29.468Z","repository":{"id":117479039,"uuid":"282462686","full_name":"zsr2531/brainfuckInterpreter","owner":"zsr2531","description":"A simple brainfuck interpreter (and compiler) written in Java.","archived":false,"fork":false,"pushed_at":"2020-07-25T16:05:31.000Z","size":75,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-25T12:06:21.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/zsr2531.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-07-25T14:41:22.000Z","updated_at":"2023-08-24T03:30:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee119269-d081-4ed4-a20d-10f366901e6f","html_url":"https://github.com/zsr2531/brainfuckInterpreter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsr2531%2FbrainfuckInterpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsr2531%2FbrainfuckInterpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsr2531%2FbrainfuckInterpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsr2531%2FbrainfuckInterpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zsr2531","download_url":"https://codeload.github.com/zsr2531/brainfuckInterpreter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248438215,"owners_count":21103409,"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-11-14T17:34:16.757Z","updated_at":"2026-03-27T04:41:29.415Z","avatar_url":"https://github.com/zsr2531.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# brainfuckInterpreter\nA simple brainfuck interpreter (and compiler) written in Java.\n\n## What is the goal of this project?\nThe goal was to write a very simple parser. It parser the input into an **A**bstract **S**yntax **T**ree. This tree can be used for interpretation (this project comes with one) or you could even implement a code generator for it.\n\n## Command line parameters\n- `-e`, `--evaluate`: Evaluates an expression\n- `-h`, `--help`: Shows a help message\n- `-v`, `--version`: Shows the version\n- `--dump-parse-tree`: Pretty prints the parse tree\n\n## Usage\n- To run brainfuck code from a file: `java -jar brainfuckInterpreter.jar code.bf`\n- To run brainfuck code from a command line argument: `java -jar brainfuckInterpreter.jar -e \"-[-------\u003e+\u003c]\u003e-.-[-\u003e+++++\u003c]\u003e++.+++++++..+++.[---\u003e+\u003c]\u003e-----.---[-\u003e+++\u003c]\u003e.-[---\u003e+\u003c]\u003e---.+++.------.--------.\"`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsr2531%2Fbrainfuckinterpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzsr2531%2Fbrainfuckinterpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsr2531%2Fbrainfuckinterpreter/lists"}