{"id":18871107,"url":"https://github.com/aceinetx/abstractbf","last_synced_at":"2025-10-09T17:05:17.939Z","repository":{"id":241277647,"uuid":"804020203","full_name":"aceinetx/AbstractBF","owner":"aceinetx","description":"Abstract brainfck with c-like syntax (My first C# project)","archived":false,"fork":false,"pushed_at":"2024-09-22T20:17:31.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T17:05:14.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/aceinetx.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-05-21T19:57:01.000Z","updated_at":"2024-09-22T20:17:34.000Z","dependencies_parsed_at":"2024-12-31T00:12:22.446Z","dependency_job_id":"c2939b45-377b-4788-aeae-739b601030ce","html_url":"https://github.com/aceinetx/AbstractBF","commit_stats":null,"previous_names":["aceinetx/abstractbf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aceinetx/AbstractBF","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceinetx%2FAbstractBF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceinetx%2FAbstractBF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceinetx%2FAbstractBF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceinetx%2FAbstractBF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aceinetx","download_url":"https://codeload.github.com/aceinetx/AbstractBF/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceinetx%2FAbstractBF/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001890,"owners_count":26083197,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":[],"created_at":"2024-11-08T05:24:23.619Z","updated_at":"2025-10-09T17:05:17.923Z","avatar_url":"https://github.com/aceinetx.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AbstractBF\nAbstract brainfck compiler with c-like syntax \n\nSyntax (no semicolons):\u003cbr\u003e\n`p++` move pointer to right (\u003e)\u003cbr\u003e\n`p--` move pointer to left (\u003c)\u003cbr\u003e\n`p += 4` move pointer to right by some value (\u003e)\u003cbr\u003e\n`p -= 4` move pointer to left by some value (\u003c)\u003cbr\u003e\n`*p++` increment pointer (+)\u003cbr\u003e\n`*p--` decrease pointer (-)\u003cbr\u003e\n`whilenz [` declare non-zero loop ([)\u003cbr\u003e\n`]` end non-zero loop (])\u003cbr\u003e\n`putchar(*p)` print pointer value as char\u003cbr\u003e\n`putchar('A')` print constant char (caution: will override current pointer)\u003cbr\u003e\n`puts(\"Hello, world!\")` print constant string (caution: will override current pointer, also produces very long output but still has some optimization to that)\u003cbr\u003e\n`*p = 5` set pointer value\u003cbr\u003e\n`*p *= 3` multiply current pointer value by constant value (caution: will override next and current pointer)\u003cbr\u003e\n`*p += 3` add to current pointer value\u003cbr\u003e\n`*p -= 3` remove from current pointer value\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faceinetx%2Fabstractbf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faceinetx%2Fabstractbf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faceinetx%2Fabstractbf/lists"}