{"id":17947553,"url":"https://github.com/froggerhh/brainnoob","last_synced_at":"2025-04-03T15:16:54.316Z","repository":{"id":259625239,"uuid":"879070746","full_name":"FroggerHH/BrainNoob","owner":"FroggerHH","description":"BrainFuck for lazy people","archived":false,"fork":false,"pushed_at":"2024-11-01T19:42:31.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T15:16:51.541Z","etag":null,"topics":["brainfuck","brainfuck-interpreter","compiler","csharp","dotnet","interpreter","language"],"latest_commit_sha":null,"homepage":"","language":"C#","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/FroggerHH.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":"2024-10-26T22:15:54.000Z","updated_at":"2024-11-01T19:42:35.000Z","dependencies_parsed_at":"2024-10-26T23:58:48.597Z","dependency_job_id":"2933eaa6-a66b-4554-b69b-2101a78fe717","html_url":"https://github.com/FroggerHH/BrainNoob","commit_stats":null,"previous_names":["froggerhh/brainnoob"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FroggerHH%2FBrainNoob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FroggerHH%2FBrainNoob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FroggerHH%2FBrainNoob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FroggerHH%2FBrainNoob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FroggerHH","download_url":"https://codeload.github.com/FroggerHH/BrainNoob/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247024152,"owners_count":20870940,"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":["brainfuck","brainfuck-interpreter","compiler","csharp","dotnet","interpreter","language"],"created_at":"2024-10-29T08:05:40.797Z","updated_at":"2025-04-03T15:16:54.286Z","avatar_url":"https://github.com/FroggerHH.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BrainNoob\n\nВерсия на [Русском](README_RU.md) \n\nBrainNoob is a programming language based on BrainFuck.\nIt expands BrainFuck's capabilities by adding new features that make life easier for developers.\n\n### Main Features\n\nAny non-special characters can be used in the code. This is necessary for method names.\n\nLike TypeScript, BrainNoob turns into an ordinary BrainFuck.\n\nBrainNoob allows you to:\n\n- declare re-executable code snippets - methods;\n- automatically clear memory cells;\n\n### TODO\n\n- splitting the code into files\n- built-in libraries for character input/output\n\n### Syntax\n\nMethods must be declared at the beginning of the file.\n\nThe method body is highlighted using the method operator at the beginning and at the end. Example:\n\n```bn\n$h$  ++++++++  [\u003eK+++++++++K\u003c-]\u003e.\u003c        $h$\n```\n\nThe method name is `h`, the body - `++++++++  [\u003eK+++++++++K\u003c-]\u003e.\u003c`\n\nThe method is called using a single method operator: `$h$`.\n\n\n### Examples\nThere is a working script in the file `code.bn` in BrainNoob to display the phrase `Hello world` on the screen.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffroggerhh%2Fbrainnoob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffroggerhh%2Fbrainnoob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffroggerhh%2Fbrainnoob/lists"}