{"id":18786556,"url":"https://github.com/fausto95/brainfuck","last_synced_at":"2025-12-22T07:30:14.982Z","repository":{"id":204762481,"uuid":"712559956","full_name":"Fausto95/brainfuck","owner":"Fausto95","description":"A Brainfuck compiler written in Rust","archived":false,"fork":false,"pushed_at":"2023-11-01T09:09:45.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-29T12:48:05.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/Fausto95.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":"2023-10-31T17:55:31.000Z","updated_at":"2023-10-31T19:55:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3527eab-3e43-40f6-89c4-49b58fa7cafe","html_url":"https://github.com/Fausto95/brainfuck","commit_stats":null,"previous_names":["fausto95/brainfuck"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fausto95%2Fbrainfuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fausto95%2Fbrainfuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fausto95%2Fbrainfuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fausto95%2Fbrainfuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fausto95","download_url":"https://codeload.github.com/Fausto95/brainfuck/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239703130,"owners_count":19683214,"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-07T20:51:53.632Z","updated_at":"2025-12-22T07:30:14.926Z","avatar_url":"https://github.com/Fausto95.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nA Brainfuck interpreter written in Rust\n\nHere's the project structure: \n\n- [Tokenizer](./src/tokenizer.rs): Transforms the source code into an array of `chars` \n- [Parser](./src/parser.rs): Transforms the tokenized source code into an AST(Abstract Syntax Tree)\n- [Compiler (Interpreter)](./src/compiler.rs): Traverses the ast and does all the interpretation of the program\n\n## How the hell brainfuck works?\n\nTo get a good understanding of how it works, I recommend watching these videos:\n\n- [BrainFuck in 100 seconds](https://youtu.be/hdHjjBS4cs8?si=vpgj4ev7vA3TkThR)\n- [How Brainfuck Works](https://youtu.be/-3C200nCwpk?si=I937lLnDiy-hB7OZ)\n- [Brainfuck 42](https://www.youtube.com/watch?v=cwuPIugCHl4)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffausto95%2Fbrainfuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffausto95%2Fbrainfuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffausto95%2Fbrainfuck/lists"}