{"id":25791101,"url":"https://github.com/aattoa/kieli","last_synced_at":"2026-06-09T18:31:45.850Z","repository":{"id":153714624,"uuid":"611278322","full_name":"aattoa/kieli","owner":"aattoa","description":"A general-purpose programming language","archived":false,"fork":false,"pushed_at":"2025-08-04T12:17:23.000Z","size":2944,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-04T16:45:41.219Z","etag":null,"topics":["compiler","language-server","programming-language"],"latest_commit_sha":null,"homepage":"","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/aattoa.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,"zenodo":null}},"created_at":"2023-03-08T13:52:56.000Z","updated_at":"2025-08-04T12:17:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"c74dce0f-aa74-46e2-a7e5-a1c2a76eb457","html_url":"https://github.com/aattoa/kieli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aattoa/kieli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aattoa%2Fkieli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aattoa%2Fkieli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aattoa%2Fkieli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aattoa%2Fkieli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aattoa","download_url":"https://codeload.github.com/aattoa/kieli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aattoa%2Fkieli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34121021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["compiler","language-server","programming-language"],"created_at":"2025-02-27T12:54:31.411Z","updated_at":"2026-06-09T18:31:45.358Z","avatar_url":"https://github.com/aattoa.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kieli\n\nA general-purpose programming language.\n\nThis is a work in progress, and can not be used for anything yet.\n\nSome subdirectories under `src/` have individual READMEs.\n\n## Dependencies\n\n- [github.com/aattoa/cppdiag](https://github.com/aattoa/cppdiag)\n- [github.com/aattoa/cpputil](https://github.com/aattoa/cpputil)\n- [github.com/aattoa/cppunittest](https://github.com/aattoa/cppunittest)\n\nDependencies are automatically fetched by CMake.\n\n## Build\n\nPrerequisites:\n\n- CMake\n- A build system, such as GNU Make or Ninja\n- A C++23 compiler toolchain\n\nNOTE: At the time of writing, LLVM (18 and later) is the only toolchain that supports C++23 well enough to build Kieli.\n\nRun the following commands to clone and build Kieli:\n\n```sh\ngit clone https://github.com/aattoa/kieli\ncd kieli\ncmake -B build\ncmake --build build --parallel 8\n```\n\n## Tests\n\nTests are enabled by default, but can be disabled with the CMake option `KIELI_BUILD_TESTS`, i.e. configure with `-DKIELI_BUILD_TESTS=OFF`.\n\nTo run all tests associated with a build, build the `test` target with your build system of choice, or use CMake abstraction: `cmake --build build --target test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faattoa%2Fkieli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faattoa%2Fkieli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faattoa%2Fkieli/lists"}