{"id":17925365,"url":"https://github.com/blyxyas/braincumc","last_synced_at":"2025-03-24T03:31:06.699Z","repository":{"id":61123193,"uuid":"530210114","full_name":"blyxyas/braincumc","owner":"blyxyas","description":"Compiler for the Braincum esoteric language based in Brainfuck","archived":false,"fork":false,"pushed_at":"2022-10-09T19:09:31.000Z","size":124,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T01:11:47.242Z","etag":null,"topics":["brainfuck","compiler","esolang","esoteric-language","esoteric-programming-language","programming-language","rust"],"latest_commit_sha":null,"homepage":"","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/blyxyas.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}},"created_at":"2022-08-29T12:29:01.000Z","updated_at":"2023-01-28T04:41:09.000Z","dependencies_parsed_at":"2022-10-11T10:38:45.588Z","dependency_job_id":null,"html_url":"https://github.com/blyxyas/braincumc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blyxyas%2Fbraincumc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blyxyas%2Fbraincumc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blyxyas%2Fbraincumc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blyxyas%2Fbraincumc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blyxyas","download_url":"https://codeload.github.com/blyxyas/braincumc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245204496,"owners_count":20577361,"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","compiler","esolang","esoteric-language","esoteric-programming-language","programming-language","rust"],"created_at":"2024-10-28T20:53:34.823Z","updated_at":"2025-03-24T03:31:06.415Z","avatar_url":"https://github.com/blyxyas.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Braincum Compiler\n\nThe compiler for the Braincum esolang, interpreter (as well as documentation) is [here](https://github.com/qexat/braincum)\n\nKeep in mind that I'm not the original creator of the language, and this compiler isn't maintained 100% in sync with the original interpreter (some things may change.)\n\n## Installation\n\nYou can either download it in the *Releases* section or build it from source\n\n### Downloading the compiler\n\nHead up to [*Releases*](https://github.com/blyxyas/braincumc/releases)\n\n### Building from source\n\nRequirements:\n\n* Cargo\n* Rust\n* Git\n\nRight now you can install Braincum Compiler by cloning the repo:\n\n```bash\ngit clone https://github.com/blyxyas/braincumc\n```\n\nAnd building the project with Cargo:\n```bash\ncargo build --release\n```\n\n## Usage\n\nFirst, you need to write the Braincum source to any `.bc`\n\n```js\n// source.bc\n++#\n```\n\nNow, run the executable, either using `target/release/braincumc` or `cargo run`\n\n```bash\ntarget/release/braincumc source.bc -o out --release\n```\n\nUse the `--release` flag at the end of the command to indicate that the final output will be totally optimized (even in size!), else it will be a debug build, and it will not be as fast (though it will build faster.)\n\nNow you can execute the new executable!\n\n```\n./out\n```\n\n(This will output `2`)\n\nKeep in mind that this process will create a new directory in the current directory (called `target_bc`) to host the dependencies and cache the build. If you decide to delete this directory braincumc will need to create it again for the next build.\n\n## License\n\nThe license is kept in the LICENSE file, this software uses the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblyxyas%2Fbraincumc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblyxyas%2Fbraincumc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblyxyas%2Fbraincumc/lists"}