{"id":30873066,"url":"https://github.com/altanis/polyscript","last_synced_at":"2025-10-18T21:58:39.286Z","repository":{"id":312045666,"uuid":"966480306","full_name":"Altanis/polyscript","owner":"Altanis","description":"A Rust-like toy language with reference counting and an LLVM AOT compiler.","archived":false,"fork":false,"pushed_at":"2025-09-05T04:25:52.000Z","size":1002,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-05T06:19:29.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Altanis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-04-15T01:47:14.000Z","updated_at":"2025-09-05T04:25:56.000Z","dependencies_parsed_at":"2025-08-28T13:32:38.649Z","dependency_job_id":"2984f489-f65a-443f-ab0c-8018e7255c62","html_url":"https://github.com/Altanis/polyscript","commit_stats":null,"previous_names":["altanis/polyscript"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Altanis/polyscript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altanis%2Fpolyscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altanis%2Fpolyscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altanis%2Fpolyscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altanis%2Fpolyscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Altanis","download_url":"https://codeload.github.com/Altanis/polyscript/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altanis%2Fpolyscript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274107973,"owners_count":25223473,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"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":[],"created_at":"2025-09-07T22:48:44.732Z","updated_at":"2025-10-18T21:58:39.277Z","avatar_url":"https://github.com/Altanis.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Polyscript\n\nPolyscript is a Rust-like toy language with static typing, reference counting, and an LLVM AOT compiler.\n\n***\n\n## Documentation Structure\n\n\u003e NOTE: The documentation for this language is incomplete.\n\nThe language specification is divided into several parts:\n\n1.  [**Syntax and Basics**](./DOCS/01-syntax-and-basics.md): Variables, primitive types, operators, and basic syntax.\n2.  [**Control Flow**](./DOCS/02-control-flow.md): `if-else` expressions, `for` and `while` loops.\n3.  [**Compound Types**](./DOCS/03-compound-types.md): Defining `struct` and `enum` types.\n4.  [**Functions and Closures**](./DOCS/04-functions-and-closures.md): Defining and calling functions, differentiating functions from closures.\n5.  [**Generics**](./DOCS/05-generics.md): Writing code that works with multiple types.\n6.  [**Implementations and Traits**](./DOCS/06-traits-and-impls.md): Defining behavior on types and describing types via shared behavior.\n7.  [**Modules**](./DOCS/07-modules.md): Code organization using `import` and `export`.\n7.  [**Standard Library**](./DOCS/08-stdlib.md): Extra features provided by the native standard library.\n8.  [**Memory Model**](./DOCS/09-memory-model.md): A deep dive into Polyscript's stack, heap, and reference counting system.\n9.  [**Compiler Internals**](./DOCS/10-compiler-internals.md): An explanation of the compiler's architecture and compilation pipeline.\n\n## Usage\n\nAfter compiling the compiler into an executable `./polyscriptcc`, running `./polyscriptcc --help` will give further instructions as to how to compile a Polyscript program. The native standard library is provided [here](./scripts/stdlib).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltanis%2Fpolyscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faltanis%2Fpolyscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltanis%2Fpolyscript/lists"}