{"id":24424036,"url":"https://github.com/yutopp/cc","last_synced_at":"2025-07-21T08:32:55.534Z","repository":{"id":143196806,"uuid":"147090841","full_name":"yutopp/cc","owner":"yutopp","description":null,"archived":false,"fork":false,"pushed_at":"2019-09-28T08:17:49.000Z","size":55,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T15:27:48.550Z","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/yutopp.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":"2018-09-02T14:08:55.000Z","updated_at":"2025-02-22T19:23:13.000Z","dependencies_parsed_at":"2023-06-18T23:54:39.050Z","dependency_job_id":null,"html_url":"https://github.com/yutopp/cc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yutopp/cc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutopp%2Fcc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutopp%2Fcc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutopp%2Fcc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutopp%2Fcc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yutopp","download_url":"https://codeload.github.com/yutopp/cc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutopp%2Fcc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266267290,"owners_count":23902334,"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":[],"created_at":"2025-01-20T10:48:53.057Z","updated_at":"2025-07-21T08:32:55.514Z","avatar_url":"https://github.com/yutopp.png","language":"C","readme":"# cc\n\n`cc` is a C compiler for my study purpose. A aim of this project is to create a C compiler which is modularized, no memory leaks, easy to modify codes and able to self hosting! Currently, highly work in progress.\n\nThis compiler has 5 phases to generate an assembly.\n\n- Lexing\n- Parsing\n- Analyzing\n- IR generating\n- ASM generating\n\n## How to build\n\n``` shell\n\u003e make\n```\n\n## How to use\n\n``` shell\n\u003e ./cc examples/simple_00.c\n```\n\nCurrently, a name of the generated executable is fixed to `a.out`.\n\n```\n\u003e ./a.out\nHello world\n```\n\n# Author\n\n@yutopp\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyutopp%2Fcc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyutopp%2Fcc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyutopp%2Fcc/lists"}