{"id":26769812,"url":"https://github.com/fastering18/lua-brainfuck","last_synced_at":"2026-06-28T02:32:53.663Z","repository":{"id":143192355,"uuid":"466196119","full_name":"Fastering18/lua-brainfuck","owner":"Fastering18","description":"Brainfuck interpreter written in lua","archived":false,"fork":false,"pushed_at":"2022-03-04T17:11:19.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T22:38:14.257Z","etag":null,"topics":["brainfuck","roblox"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/Fastering18.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":"2022-03-04T16:34:39.000Z","updated_at":"2022-03-04T16:54:22.000Z","dependencies_parsed_at":"2023-06-27T05:24:45.318Z","dependency_job_id":null,"html_url":"https://github.com/Fastering18/lua-brainfuck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fastering18/lua-brainfuck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fastering18%2Flua-brainfuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fastering18%2Flua-brainfuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fastering18%2Flua-brainfuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fastering18%2Flua-brainfuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fastering18","download_url":"https://codeload.github.com/Fastering18/lua-brainfuck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fastering18%2Flua-brainfuck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34875357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"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","roblox"],"created_at":"2025-03-28T22:38:00.783Z","updated_at":"2026-06-28T02:32:53.655Z","avatar_url":"https://github.com/Fastering18.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lua-brainfuck\nTranslate brainf code into human-readable string for you!  \n\n\u003e **DON'T store secret data using this module.  \n\u003e Use hash encryption for better security.**\n\n## Usage\n```lua\n-- Usage (chaining using two memory)\nlocal encryptor = require(PATH TO BRAINFUCK FILE)\n\n-- Decode\nlocal runtime = encryptor.decode(\n  \"\u003e++++++[-\u003c++++++++++\u003e]\u003c++++++.\"..  -- B (66): 6 * 10 + 6\n  \"-.\"..                              -- A (65): 66 - 1\n  \"++++++++++.\"..                     -- K (75): 65 + 10\n  \"----------.\"                       -- A (65): 75 - 10\n)\nif runtime.error then -- check for possible error\n  error(runtime.error) \nelse\n  print(runtime.result) --\u003e \"BAKA\"\nend\n\n-- Encode\n-- *take result from previous decode\nlocal onichan = encryptor.encode(runtime.result)\nprint(onichan) --\u003e \"\u003e++++++[-\u003c++++++++++\u003e]\u003c++++++.-.++++++++++.----------.\"\n```  \n\n### Links  \n[Discord server](https://discord.gg/FHVjsSg7jU)  \n[Roblox](https://www.roblox.com/users/467971019/profile)  \n\u003cbr\u003e\nIssue and contributing are welcomed!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastering18%2Flua-brainfuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastering18%2Flua-brainfuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastering18%2Flua-brainfuck/lists"}