{"id":16906665,"url":"https://github.com/rsms/colang","last_synced_at":"2025-03-22T10:31:14.642Z","repository":{"id":47647834,"uuid":"352126882","full_name":"rsms/colang","owner":"rsms","description":"Programming language and compiler —WORK IN PROGRESS—","archived":false,"fork":false,"pushed_at":"2022-07-14T15:38:28.000Z","size":2781,"stargazers_count":74,"open_issues_count":2,"forks_count":2,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-15T21:17:04.069Z","etag":null,"topics":["compiler","programming-language"],"latest_commit_sha":null,"homepage":"https://co-lang.org","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rsms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-27T16:52:50.000Z","updated_at":"2024-07-04T09:36:24.000Z","dependencies_parsed_at":"2022-09-15T18:03:00.822Z","dependency_job_id":null,"html_url":"https://github.com/rsms/colang","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/rsms%2Fcolang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsms%2Fcolang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsms%2Fcolang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsms%2Fcolang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsms","download_url":"https://codeload.github.com/rsms/colang/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244943733,"owners_count":20536290,"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":["compiler","programming-language"],"created_at":"2024-10-13T18:43:51.020Z","updated_at":"2025-03-22T10:31:14.218Z","avatar_url":"https://github.com/rsms.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Co programming language\n\n## Building\n\nInitial setup: `./init.sh` will install the following into `deps/`:\n- [ckit](https://github.com/rsms/ckit) build tool and rbase library\n- [ckit-jemalloc](https://github.com/rsms/ckit-jemalloc) memory allocator\n- [zlib](https://zlib.net) static library\n- [llvm+clang](https://llvm.org) tools and static libraries\n\nBuild:\n- Unoptimized with all checks enabled: `ckit build co`\n- Optimized with assertions:           `ckit build -safe co`\n- Optimized without assertions:        `ckit build -fast co`\n- RT test program:                     `ckit watch -r co-rt-test`\n- Verbose build:                       `ckit build -v`\n- Build everything:                    `ckit build`\n\nDevelopment and testing:\n- Run all tests:                         `./test.sh`\n- Run all tests live:                    `./test.sh -w`\n- Run unit test with prefix \"scan\":      `./test.sh scan`\n- Run unit test with prefix \"scan\" live: `./test.sh -w scan`\n- Live main program: `ckit watch -rsh=\"{BUILD}/co build example/hello.co\" co`\n\nNote: debug builds have the following checks and features enabled:\n- All assertions (both \"safe\" and \"debug\")\n- [Clang address sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html)\n- [Clang undefined-behavior sanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html)\n- `R_TEST` unit tests (main executable runs all tests on start)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsms%2Fcolang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsms%2Fcolang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsms%2Fcolang/lists"}