{"id":18786553,"url":"https://github.com/fausto95/brainfuck-ts","last_synced_at":"2025-12-22T07:30:16.084Z","repository":{"id":204859890,"uuid":"712819921","full_name":"Fausto95/brainfuck-ts","owner":"Fausto95","description":"Brainfuck interpreter written in TypeScript","archived":false,"fork":false,"pushed_at":"2023-11-01T09:47:04.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-29T12:48:07.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Fausto95.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}},"created_at":"2023-11-01T09:11:12.000Z","updated_at":"2023-11-01T09:46:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"f698f814-3423-4fc7-b7c3-d2e6665c1e45","html_url":"https://github.com/Fausto95/brainfuck-ts","commit_stats":null,"previous_names":["fausto95/brainfuck-ts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fausto95%2Fbrainfuck-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fausto95%2Fbrainfuck-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fausto95%2Fbrainfuck-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fausto95%2Fbrainfuck-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fausto95","download_url":"https://codeload.github.com/Fausto95/brainfuck-ts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239703124,"owners_count":19683213,"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:52.622Z","updated_at":"2025-12-22T07:30:16.046Z","avatar_url":"https://github.com/Fausto95.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nA Brainfuck interpreter written in TypeScript\n\nHere's the project structure: \n\n- [Tokenizer](./src/tokenizer.ts): Transforms the source code into an array of `chars` \n- [Parser](./src/parser.ts): Transforms the tokenized source code into an AST(Abstract Syntax Tree)\n- [Compiler (Interpreter)](./src/compiler.ts): 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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffausto95%2Fbrainfuck-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffausto95%2Fbrainfuck-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffausto95%2Fbrainfuck-ts/lists"}