{"id":26631006,"url":"https://github.com/cheapnightbot/cheap-compiler","last_synced_at":"2025-09-02T03:33:06.633Z","repository":{"id":283224160,"uuid":"862636770","full_name":"CheapNightbot/cheap-compiler","owner":"CheapNightbot","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-24T23:57:30.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T06:35:32.503Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CheapNightbot.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":"2024-09-24T23:57:26.000Z","updated_at":"2024-11-18T15:59:37.000Z","dependencies_parsed_at":"2025-03-19T06:48:40.822Z","dependency_job_id":null,"html_url":"https://github.com/CheapNightbot/cheap-compiler","commit_stats":null,"previous_names":["cheapnightbot/cheap-compiler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheapNightbot%2Fcheap-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheapNightbot%2Fcheap-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheapNightbot%2Fcheap-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheapNightbot%2Fcheap-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CheapNightbot","download_url":"https://codeload.github.com/CheapNightbot/cheap-compiler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245291843,"owners_count":20591560,"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-03-24T14:38:09.665Z","updated_at":"2025-03-24T14:38:10.132Z","avatar_url":"https://github.com/CheapNightbot.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cheap-compiler\n\n1. Convert `scanner.flex` into `scanner.c`:\n\n```bash\nflex -o scanner.c scanner.flex\n```\n\n2. Compile both `main.c` and `scanner.c`, but do not link:\n\n```bash\ngcc -c -o main.o main.c\ngcc -c -o scanner.o scanner.c\n```\n\n3. Link `main.o` and `scanner.o` together to make an executable:\n\n```bash\ngcc -Xlinker -o scanner main.o scanner.o\n# OR\ngcc -Xlinker -o scanner.exe main.o scanner.o\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheapnightbot%2Fcheap-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheapnightbot%2Fcheap-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheapnightbot%2Fcheap-compiler/lists"}