{"id":50380236,"url":"https://github.com/mattapet/dusk-lang","last_synced_at":"2026-05-30T11:04:06.842Z","repository":{"id":227321214,"uuid":"362568312","full_name":"mattapet/dusk-lang","owner":"mattapet","description":"Dusk Programming Language","archived":false,"fork":false,"pushed_at":"2021-04-28T18:24:53.000Z","size":395,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-03-12T18:42:17.137Z","etag":null,"topics":["programming-language","school-project"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattapet.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}},"created_at":"2021-04-28T18:24:28.000Z","updated_at":"2024-03-12T18:42:20.159Z","dependencies_parsed_at":"2024-03-12T18:54:03.888Z","dependency_job_id":null,"html_url":"https://github.com/mattapet/dusk-lang","commit_stats":null,"previous_names":["mattapet/dusk-lang"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattapet/dusk-lang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattapet%2Fdusk-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattapet%2Fdusk-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattapet%2Fdusk-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattapet%2Fdusk-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattapet","download_url":"https://codeload.github.com/mattapet/dusk-lang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattapet%2Fdusk-lang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33689565,"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-05-30T02:00:06.278Z","response_time":92,"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":["programming-language","school-project"],"created_at":"2026-05-30T11:04:03.690Z","updated_at":"2026-05-30T11:04:06.834Z","avatar_url":"https://github.com/mattapet.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dusk\n\n## Dusk programming langauge\n\n**Welcome to Dusk!**\n\nDusk is a simple, compiled programming language with modern syntax which is inspired by programming languages\nlike [Swift](https://swift.org), [Rust](https://www.rust-lang.org) and [Kotlin](https://kotlinlang.org).\n\nDusk was developed as a semestral assignemnet for BI-PJP course on Faculty of Infomatics at [CTU](https://www.cvut.cz/en)\nand is not intended to have long-time support.\n\n### Build requirements\n\nDusk can be built on any platform that supports C++17, LLVM 6.0 and CMake 3.4.\n\n[Homebrew](https://brew.sh)\n```sh\nbrew install cmake llvm\n```\n\n**Linux**\n```sh\nsudo apt-get install cmake clang clang-dev pkg-config libedit-dev libz-dev\n```\n\n### Getting Sources\n\nEasiest and frankly the only way how to get dusk sources is to clone the dusk repo.\n\n**SSH**\n\n```sh\ngit clone git@gitlab.fit.cvut.cz:mattapet/dusk-lang.git\ncd dusk-lang\n```\n\n**HTTPS**\n\n```sh\ngit clone https://gitlab.fit.cvut.cz/mattapet/dusk-lang.git\ncd dusk-lang\n```\n\n### Building Dusk\n\nDusk uses [CMake](https://cmake.org) build tool. To properly build dusk, you need to have CMake 3.4\nor highet installed and properly set up `LLVM_CONFIG` enviromental variable. It should be set to the\nroot directory of LLVM CMake library.\n\nDusk's default build target is a library for working with Dusk source files. Besides the library\nthe dusk project also provides a compiler `duskc` and a formatter of dusk code `dusk-format`.\nSources for these executables may be found in `tools` directory. To learn more about tools, please\ncheck out their READMEs.\n\nThe build results may be found in `bin` directory.\n\n### Examples\n\nTo try Dusk in action check out `examples` folder containing a few really simple programs written in\ndusk. Most of them have sematic equivalent in Pascal commented at the bottom of the file.\n\n### References\n\nProject icon - sunset by b a r z i n from the Noun Project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattapet%2Fdusk-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattapet%2Fdusk-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattapet%2Fdusk-lang/lists"}