{"id":20078767,"url":"https://github.com/nasso/koak","last_synced_at":"2026-05-15T07:04:57.256Z","repository":{"id":43336758,"uuid":"446442006","full_name":"nasso/koak","owner":"nasso","description":"Kind Of Advanced Kaleidoscope","archived":false,"fork":false,"pushed_at":"2022-03-07T14:18:07.000Z","size":319,"stargazers_count":3,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T22:27:51.600Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nasso.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-10T13:50:08.000Z","updated_at":"2022-05-23T20:37:45.000Z","dependencies_parsed_at":"2022-09-09T07:51:28.157Z","dependency_job_id":null,"html_url":"https://github.com/nasso/koak","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasso%2Fkoak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasso%2Fkoak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasso%2Fkoak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasso%2Fkoak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nasso","download_url":"https://codeload.github.com/nasso/koak/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241509658,"owners_count":19974071,"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":"2024-11-13T15:16:32.979Z","updated_at":"2026-05-15T07:04:52.201Z","avatar_url":"https://github.com/nasso.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The `koa` programming language\n\n[![Tests](https://github.com/nasso/koak/actions/workflows/tests.yml/badge.svg)](https://github.com/nasso/koak/actions/workflows/tests.yml)\n\nThe `koa` programming language is an educational project that aims to teach how\nprogramming languages are implemented. The compiler is written in Haskell using\nthe [`llvm-hs`][llvm-hs] library for compilation and [`comparse`][comparse] for\nparsing.\n\nBeing for educational purposes, neither the compiler nor the parser are intended\nto be used in production. Or used at all, really: the language does not have any\nstability guarantees, anything might change at any time.\n\n## Usage\n\nSee the [Wiki on GitHub](https://github.com/nasso/koak/wiki).\n\n## Building\n\nMake sure you have the development packages for LLVM 9 installed (e.g.\n`llvm-9-dev` on Debian/Ubuntu or `llvm9.0-devel` on Fedora).\n`llvm-config --version` should display `9.0.1`. For more help on setting up\nLLVM, see [this page](https://github.com/nasso/koak/wiki/LLVM-setup-guide).\n\nBuild the project with `stack`:\n\n```sh\nstack build\n```\n\n## Running tests\n\n```sh\nstack test\n\n# to run only some tests (matching a pattern)\nstack test --ta '-p Parser'\nstack test --ta '-p Analyser'\nstack test --ta '-p Analyser.Functions'\n```\n\n[llvm-hs]: https://github.com/llvm-hs/llvm-hs\n[comparse]: https://github.com/nasso/comparse\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasso%2Fkoak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnasso%2Fkoak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasso%2Fkoak/lists"}