{"id":17078900,"url":"https://github.com/hatoo/brilt","last_synced_at":"2025-10-28T00:04:35.324Z","repository":{"id":197240827,"uuid":"689923353","full_name":"hatoo/brilt","owner":"hatoo","description":"Bril to RVSDG","archived":false,"fork":false,"pushed_at":"2023-10-20T13:26:59.000Z","size":188,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-11T14:51:51.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/hatoo.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":"2023-09-11T07:32:33.000Z","updated_at":"2023-09-30T11:30:19.000Z","dependencies_parsed_at":"2023-10-16T18:45:26.685Z","dependency_job_id":"26cbe41e-c7ed-424c-b558-f94814405e77","html_url":"https://github.com/hatoo/brilt","commit_stats":null,"previous_names":["hatoo/brilt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hatoo/brilt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatoo%2Fbrilt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatoo%2Fbrilt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatoo%2Fbrilt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatoo%2Fbrilt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hatoo","download_url":"https://codeload.github.com/hatoo/brilt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatoo%2Fbrilt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281361348,"owners_count":26487881,"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-27T02:00:05.855Z","response_time":61,"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-10-14T12:23:54.801Z","updated_at":"2025-10-28T00:04:35.306Z","avatar_url":"https://github.com/hatoo.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brilt\n\n[![Doc Badge](https://img.shields.io/badge/doc-master-blue)](https://hatoo.github.io/brilt/brilt/)\n\nWork in progress [Bril](https://github.com/sampsyo/bril) to RVSDG library and optimizer.\n\n# Usage\n\nThere are some optimizations defined in `schema.egg`\n\n```\n❯ cat bril/examples/test/df/cond.bril | tee /dev/stderr | bril2json | cargo run | bril2txt \n@main {\n  a: int = const 47;\n  b: int = const 42;\n  cond: bool = const true;\n  br cond .left .right;\n.left:\n  b: int = const 1;\n  c: int = const 5;\n  jmp .end;\n.right:\n  a: int = const 2;\n  c: int = const 10;\n  jmp .end;\n.end:\n  d: int = sub a c;\n  print d;\n}\n   Compiling brilt v0.1.0 (/home/hatoo/brilt)\n    Finished dev [unoptimized + debuginfo] target(s) in 3.12s\n     Running `target/debug/brilt`\n@main {\n  v0: int = const 42;\n  print v0;\n  ret;\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatoo%2Fbrilt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhatoo%2Fbrilt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatoo%2Fbrilt/lists"}