{"id":18876675,"url":"https://github.com/ferhatgec/elite","last_synced_at":"2025-04-23T18:08:36.885Z","repository":{"id":57624194,"uuid":"363289671","full_name":"ferhatgec/elite","owner":"ferhatgec","description":"Fegeya Elitebuild, small, powerful build system. Written in Rust.","archived":false,"fork":false,"pushed_at":"2024-08-01T01:58:00.000Z","size":112,"stargazers_count":27,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-23T18:08:26.782Z","etag":null,"topics":["build","build-system","build-tool","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ferhatgec.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":"2021-05-01T00:22:42.000Z","updated_at":"2024-08-01T01:58:04.000Z","dependencies_parsed_at":"2024-11-15T07:04:35.124Z","dependency_job_id":"415d66e2-3f0d-4e39-b885-47ee375be481","html_url":"https://github.com/ferhatgec/elite","commit_stats":{"total_commits":50,"total_committers":3,"mean_commits":"16.666666666666668","dds":"0.21999999999999997","last_synced_commit":"c59762eb9cdf9f03033a07c713b375260211752e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferhatgec%2Felite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferhatgec%2Felite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferhatgec%2Felite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferhatgec%2Felite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ferhatgec","download_url":"https://codeload.github.com/ferhatgec/elite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250487528,"owners_count":21438612,"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":["build","build-system","build-tool","rust"],"created_at":"2024-11-08T06:14:49.347Z","updated_at":"2025-04-23T18:08:36.862Z","avatar_url":"https://github.com/ferhatgec.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Elitebuild :)](resources/Elitebuild_Banner.png)\n\n# Fegeya Elitebuild\n\n## Small, powerful, work-in-progress build system. Written in Rust.\n\n### Features:\n * No functions (all are built-ins)\n * All variables are global\n * Cross-platform (say 'thank you' to rust's standard lib)\n * Different syntax.\n * Preprocessor.\n * Aliases.\n * Built-in analyzer.\n * Language back-ends.\n\n### A taste of Elite's syntax:\n```cpp\nrequired_version is 0.1\n\nset BIN_PATH      as \"/usr/bin/\"\nset COMPILER      as \"g++\"\nset COMPILER_PATH as \"{BIN_PATH}{COMPILER}\"\n\nset SOURCE_FILE   as \"example.cpp\"\nset OUTPUT        as \"example\"\n\nfor signal \"start\" [\n  for exists \"{BIN_PATH}clang++\" [\n    set COMPILER as \"clang++\"    \n  ]\n  \n  for specific \"linux\" [\n    println \"OS: GNU/Linux\"\n  ]\n  \n  for specific \"freebsd\" [\n    println \"OS: FreeBSD\"\n  ]\n  \n  for specific \"windows\" [\n    println \"OS: Windows\"\n  ]\n  \n  for specific \"openbsd\" [\n    println \"OS: OpenBSD\"\n  ]\n  \n  for argument \"build\" [\n    use exec \"{COMPILER} {SOURCE_FILE} -o {OUTPUT}\"\n  \n    for exists $OUTPUT [\n      println \"Build succeeded\"\n    ]\n    \n    unset COMPILER_PATH\n    use signal \"exit\"\n  ]\n   \n  use signal \"exit\"\n]\n```\n\n### Other implementations?\n  * [For C++ as ElitedotC++](https://github.com/ferhatgec/elite.cpp)\n  * [Gretea's Runtime uses Elite](https://github.com/ferhatgec/gretea)\n\n## Transpiler back-ends? (oldest-)\n  * [Python](https://github.com/ferhatgec/elitetopy)\n  * [C++](https://github.com/ferhatgec/elitetopp)\n  * [C](https://github.com/ferhatgec/elitetoc)\n  * [Rust](https://github.com/ferhatgec/elitetors)\n  * [Bash](https://github.com/ferhatgec/elitetobash)\n  * [Perl](https://github.com/ferhatgec/elitetoperl)\n  * [Go](https://github.com/ferhatgec/elitetogo)\n  * [D](https://github.com/ferhatgec/elitetod)\n  * [Scala](https://github.com/ferhatgec/elitetoscala)\n\n### Elitebuild licensed under the terms of MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferhatgec%2Felite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferhatgec%2Felite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferhatgec%2Felite/lists"}