{"id":23467444,"url":"https://github.com/me-msc/swarml","last_synced_at":"2026-01-20T08:33:58.914Z","repository":{"id":213460079,"uuid":"734154691","full_name":"ME-Msc/SwarmL","owner":"ME-Msc","description":"UAV swarm task description language with AI policies enhancement","archived":false,"fork":false,"pushed_at":"2024-11-20T03:38:28.000Z","size":263,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T19:40:11.235Z","etag":null,"topics":["domain-specific-language","markov-decision-process","multi-agent-system","unmanned-aerial-vehicle"],"latest_commit_sha":null,"homepage":"https://github.com/ME-Msc/SwarmL-Interpreter","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ME-Msc.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":"2023-12-21T02:15:29.000Z","updated_at":"2025-03-16T07:27:24.000Z","dependencies_parsed_at":"2024-03-13T09:26:26.852Z","dependency_job_id":"f0c6f666-77c9-4fd0-a1ba-6a98948c770a","html_url":"https://github.com/ME-Msc/SwarmL","commit_stats":null,"previous_names":["me-msc/swarm","me-msc/swarml"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ME-Msc/SwarmL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ME-Msc%2FSwarmL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ME-Msc%2FSwarmL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ME-Msc%2FSwarmL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ME-Msc%2FSwarmL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ME-Msc","download_url":"https://codeload.github.com/ME-Msc/SwarmL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ME-Msc%2FSwarmL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28599054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["domain-specific-language","markov-decision-process","multi-agent-system","unmanned-aerial-vehicle"],"created_at":"2024-12-24T12:34:07.458Z","updated_at":"2026-01-20T08:33:58.894Z","avatar_url":"https://github.com/ME-Msc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwarmL\n\n[简体中文](README.zh-CN.md)\n\nUAV swarm task description language with AI policies enhancement\n\n## Design Principles\n\nThe swarm mission of unmanned aerial vehicles (UAVs) can be divided into three layers:\n\n- The **Task** layer, responsible for coordinating and scheduling multiple UAVs for collaboration and information exchange.\n- The **Behavior** layer, describing the action sequences of individual UAVs.\n- The **Action** layer, which describes the execution process of an atomic action of a UAV. This process is controlled by rule-based or neural network-based syntax.\n\n## Lexcial Conventions\n\nA program consists of one or more translation units stored in a file. The program is reduced to a sequence of tokens.\n\n### Tokens\n\n- Identifiers\n- Keywords\n- Constants\n- Operators\n\n### Identifiers\n\nIdentifiers begin with a letter or underscore and consist of letters, digits, or underscores. They are case-sensitive. Identifiers can represent various entities such as variables, task names, behavior names, action names, message names, agent types, etc.\n\n### Keywords\n\n- platform, import, Task, Behavior, Action, Agent, Main\n- @init, @goal, @routine\n- POST, GET, DEGET, MODIFY\n- each, order\n- if, else, return\n\n### Constants\n\n- Integer Constants, also known as decimal integers.\n- Floating Constants, consisting of an integer part, a decimal point, and a fractional part.\n- String Constants, a sequence of characters surrounded by double quotation quotes, such as `\"Hello, swarm.\"`\n\n### Operators\n\n- `+  -  *  /  %  =  ==  !=  \u003e  \u003e=  \u003c  \u003c=  || [ ] { } ~ ' \"`\n\n## Grammar\n\n[EBNF](EBNF.ebnf)\n\n## Examples\n\nTo make examples in VSCode highlight as shown in the image, follow these steps:\n\n- install plug-in [**Highlight**](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-highlight)\n- modify the setting.json of your vscode as [vscode-setting.json](./vscode-settings.json)\n\n![examples](./img/examples.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme-msc%2Fswarml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fme-msc%2Fswarml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme-msc%2Fswarml/lists"}