{"id":21043093,"url":"https://github.com/mrinalxdev/brainfk_rs","last_synced_at":"2025-03-13T21:43:58.565Z","repository":{"id":235433541,"uuid":"775807201","full_name":"mrinalxdev/brainfk_rs","owner":"mrinalxdev","description":"A Brainf**k interpreter built in rust ","archived":false,"fork":false,"pushed_at":"2024-07-11T15:58:42.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T17:21:46.020Z","etag":null,"topics":["interpreter","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/mrinalxdev.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}},"created_at":"2024-03-22T04:37:29.000Z","updated_at":"2024-11-13T04:20:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"18f23749-c13e-4e5d-9155-47bc9c7f96fc","html_url":"https://github.com/mrinalxdev/brainfk_rs","commit_stats":null,"previous_names":["mrinalxdev/textflow","mrinalxdev/brainfk_rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalxdev%2Fbrainfk_rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalxdev%2Fbrainfk_rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalxdev%2Fbrainfk_rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalxdev%2Fbrainfk_rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrinalxdev","download_url":"https://codeload.github.com/mrinalxdev/brainfk_rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243489812,"owners_count":20298997,"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":["interpreter","rust"],"created_at":"2024-11-19T14:10:56.513Z","updated_at":"2025-03-13T21:43:58.539Z","avatar_url":"https://github.com/mrinalxdev.png","language":"Rust","readme":"# Brainfuck Interpreter in Rust\nThis project is a Brainfuck interpreter written in Rust. It reads Brainfuck source code from a file, parses it into instructions, and executes it. This interpreter supports all standard Brainfuck operations and includes a lexer, parser, and interpreter.\n\n### Features\n- Lexer: Reads Brainfuck source code and tokenizes it.\n- Parser: Parses tokens into executable instructions.\n- Interpreter: Executes the parsed Brainfuck instructions.\n- Error Handling: Utilizes `anyhow` for robust error handling.\n\n## Installation \n\n**Cloning the Repository**\n```console\n// bash \ngit clone https://github.com/mrinalxdev/brainfuck-interpreter-rust.git\ncd brainfuck-interpreter-rust\n```\n\n**Build the Project**\n\n```bash \ncargo build --release\n```\n\n### Usage\n\nTo run the Brainfuck interpreter, you need to provide a Brainfuck source file as input.\n\n```bash \ncargo run --release \u003cbrainfuck_file\u003e\n```\n\n\n### Contribution \n\nContributions are welcome! Please open an issue or submit a pull request on GitHub.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrinalxdev%2Fbrainfk_rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrinalxdev%2Fbrainfk_rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrinalxdev%2Fbrainfk_rs/lists"}