{"id":22201989,"url":"https://github.com/diohabara/ccc","last_synced_at":"2025-10-13T01:31:28.719Z","repository":{"id":122835871,"uuid":"492541484","full_name":"diohabara/ccc","owner":"diohabara","description":"c compiler by c","archived":false,"fork":false,"pushed_at":"2023-08-10T03:40:08.000Z","size":324,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T00:24:05.424Z","etag":null,"topics":["c","compiler","docker"],"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/diohabara.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-05-15T16:27:36.000Z","updated_at":"2025-03-27T13:57:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"58ef0835-8449-415e-aeb2-ecc3b80b90d9","html_url":"https://github.com/diohabara/ccc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/diohabara/ccc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diohabara%2Fccc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diohabara%2Fccc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diohabara%2Fccc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diohabara%2Fccc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diohabara","download_url":"https://codeload.github.com/diohabara/ccc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diohabara%2Fccc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013897,"owners_count":26085325,"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-12T02:00:06.719Z","response_time":53,"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":["c","compiler","docker"],"created_at":"2024-12-02T16:11:57.908Z","updated_at":"2025-10-13T01:31:28.398Z","avatar_url":"https://github.com/diohabara.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ccc\n\n[![ci](https://github.com/diohabara/ccc/actions/workflows/ci.yaml/badge.svg)](https://github.com/diohabara/ccc/actions/workflows/ci.yaml)\n\nAn experimental C compiler.\n\n## how to develop\n\nIf you're using Ubuntu, you can use the commands without `x`.\n\n### dependencies\n\n- [`docker`](https://www.docker.com/)\n\n### build\n\nWhen you want to build Docker env,\n\n```bash\ndocker build . -t ccc\n```\n\n### help\n\nWhen you want to know what options exist,\n\n```bash\nmake help\n```\n\n### lint/format\n\nWhen you want to check/format source code,\n\n```bash\nmake lint\n```\n\n### test\n\nWhen you want to see if the compiler is working,\n\n```bash\nmake test\n```\n\n### debug\n\nIf you want to debug interactively, use `gdb`.\n\n```bash\ngdb ./ccc\n```\n\nIf you want to debug `main() { a = 1; b = 2; return 3; }` in `gdb`,\n\n```bash\nr 'main() { a = 1; b = 2; return 3; }'\n```\n\n### clean\n\nWhen you want to remove object files,\n\n```bash\nmake clean\n```\n\n## TODO\n\n- [ ] self host\n  - `make self-host`\n\n## references\n\n- \u003chttps://www.sigbus.info/compilerbook\u003e\n- \u003chttps://github.com/rui314/chibicc\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiohabara%2Fccc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiohabara%2Fccc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiohabara%2Fccc/lists"}