{"id":30913033,"url":"https://github.com/geeksilva97/brainjuck","last_synced_at":"2026-02-26T01:38:24.579Z","repository":{"id":276671075,"uuid":"929886953","full_name":"geeksilva97/brainjuck","owner":"geeksilva97","description":"A tiny Brainfuck compiler targeted to Java Virtual Machine","archived":false,"fork":false,"pushed_at":"2025-08-21T16:41:03.000Z","size":12191,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-21T17:08:27.540Z","etag":null,"topics":["brainfuck","compilers","java","jvm"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geeksilva97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-02-09T16:26:56.000Z","updated_at":"2025-08-21T16:41:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d0269ac-78e4-4e50-a063-5194f584b684","html_url":"https://github.com/geeksilva97/brainjuck","commit_stats":null,"previous_names":["geeksilva97/brainfuck-jvm-compiler","geeksilva97/brainjuck"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/geeksilva97/brainjuck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksilva97%2Fbrainjuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksilva97%2Fbrainjuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksilva97%2Fbrainjuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksilva97%2Fbrainjuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geeksilva97","download_url":"https://codeload.github.com/geeksilva97/brainjuck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksilva97%2Fbrainjuck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274370220,"owners_count":25272776,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","compilers","java","jvm"],"created_at":"2025-09-09T22:19:01.643Z","updated_at":"2026-02-26T01:38:24.544Z","avatar_url":"https://github.com/geeksilva97.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BrainJuck: The Ultra Master Brainfuck JVM Compiler\n\nA Brainfuck-to-JVM bytecode compiler written in JavaScript (Node.js). This project enables you to compile Brainfuck source code into JVM bytecode, allowing Brainfuck programs to run on the Java Virtual Machine (JVM).\n\n![Brainfuck Compiler Demo](brainjuck.png)\n\n## Features\n\n- Compiles Brainfuck source code to executable JVM `.class` files\n- Supports all standard [Brainfuck commands](https://github.com/sunjay/brainfuck/blob/master/brainfuck.md) (`+`, `-`, `\u003e`, `\u003c`, `[`, `]`, `.`, `,`)\n- Command-line interface for compiling and running Brainfuck programs\n- Cross-platform: runs anywhere the JVM is available\n\n## Getting Started\n\n### Prerequisites\n\n- Java 8 or higher installed\n- Node.js v22 or higher installed\n\nClone the repository:\n\n```sh\ngit clone https://github.com/geeksilva97/brainjuck.git\ncd brainjuck\n```\n\nDemo, video below:\n\n\n![Brainfuck Compiler Demo](demo.gif)\n\n### Usage\n\n#### Compile a Brainfuck Program\n\n```sh\n./brainjuck your-brainfuck-file.bf [\u003coutput-class-name\u003e]\n```\n\n- `your-brainfuck-file.bf`: The Brainfuck source file you want to compile.\n- `\u003coutput-class-name\u003e`: Optional. The name of the output class file (default is `CompiledBrainfuck`).\n\n\n#### Run the Generated Class\n\n```sh\njava OutputClassName\n```\n\n## Examples\n\nCompile and run the classic \"Hello, World!\":\n\n```sh\n./brainjuck samples/helloworld.bf HelloWorld\njava HelloWorld\n```\n\n---\n\nMade with ❤️ by [geeksilva97](https://github.com/geeksilva97)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeeksilva97%2Fbrainjuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeeksilva97%2Fbrainjuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeeksilva97%2Fbrainjuck/lists"}