{"id":34529106,"url":"https://github.com/covscript/ecs","last_synced_at":"2026-03-15T13:51:33.146Z","repository":{"id":42128194,"uuid":"366913352","full_name":"covscript/ecs","owner":"covscript","description":"Extended Covariant Script (CovScript 4)","archived":false,"fork":false,"pushed_at":"2025-12-01T08:46:28.000Z","size":1385,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-03T19:58:48.474Z","etag":null,"topics":["programming-language"],"latest_commit_sha":null,"homepage":"https://covscript.org.cn","language":"GSC","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/covscript.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-05-13T02:37:15.000Z","updated_at":"2025-12-01T08:46:31.000Z","dependencies_parsed_at":"2024-01-08T16:45:52.036Z","dependency_job_id":"f4a114ce-e619-4b8d-9739-26344a3f0247","html_url":"https://github.com/covscript/ecs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/covscript/ecs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/covscript%2Fecs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/covscript%2Fecs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/covscript%2Fecs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/covscript%2Fecs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/covscript","download_url":"https://codeload.github.com/covscript/ecs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/covscript%2Fecs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30543211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T12:15:27.454Z","status":"ssl_error","status_checked_at":"2026-03-15T12:15:26.919Z","response_time":61,"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":["programming-language"],"created_at":"2025-12-24T05:26:27.696Z","updated_at":"2026-03-15T13:51:33.140Z","avatar_url":"https://github.com/covscript.png","language":"GSC","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extended Covariant Script(CovScript 4)\nECS is the next generation of Covariant Script Programming Language\n\n## How to install\n### 1. Install CovScript 3 Runtime\nPlease visit [CovScript Official Website](http://covscript.org.cn) and follow the instruction\n\n### 2. Install Dependencies via CSPKG\n```bash\ncspkg install ecs_bootstrap --yes\n```\nIf you are running officially released CovScript runtime version 3.4.1+, `ecs` is setup ready after this step. \n### (Optional) 3. Clone this repository to your machine\n```bash\ngit clone https://github.com/covscript/ecs\n```\n### (Optional)  4. Give execution permission to bootstrap script(for *nix only)\n```bash\nchmod +x ecs\n```\n### (Optional)  5. Add absolute path of `ecs` to `PATH` environment variable of your OS\n## How to use\n`ecs` command is a compiler that will translate ECS to CovScript 3, but can use like an 'interpreter' (will compile your code before run automatically)\n```\nUsage:\n    ecs [options...] \u003cFILE\u003e [arguments...]\n    ecs [options...]\n\nInterpreter Options:\n   -f            Disable compile cache\n   -m            Disable beautify\n   -c            Check grammar only\n   -g            Generate cSYM info\n   -d            Run debugger\n   -o \u003cPATH\u003e     Set output path\n   -- \u003cARGS\u003e     Pass parameters to CovScript\n\nInterpreter REPL Options:\n   -s            Close the command prompt\n   -r \u003cARGS...\u003e  Set arguments for REPL\n\nCommon Options:\n    Option       Function\n   -h            Show help information\n   -v            Show version infomation\n   -u \u003cCHARSET\u003e  Set unicode charset\n                 CHARSET = {\"AUTO\", \"UTF8\", \"GBK\"}\n   -i \u003cPATH\u003e     Append import path\n\n```\n## Compatibility Notice\n1. The program translated by ECS Compiler will depends on package `ecs`.\n2. The behavior of Lambda Expression will be very different.\n3. Separated exception system. Please call `e = ecs.handle_exception(e)` to solve compatible problem in CovScript 3 when catch exception from ECS Packages.\n4. To support `new` and `gcnew` operator with arguments, please define `construct` function separately.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcovscript%2Fecs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcovscript%2Fecs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcovscript%2Fecs/lists"}