{"id":48092595,"url":"https://github.com/cvs0/flare-lang","last_synced_at":"2026-04-04T15:32:53.026Z","repository":{"id":304388322,"uuid":"1018643856","full_name":"cvs0/flare-lang","owner":"cvs0","description":"An ultra-fast, developer-friendly interpreted language for seamless productivity.","archived":false,"fork":false,"pushed_at":"2025-07-18T17:15:48.000Z","size":102,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-09T03:13:36.905Z","etag":null,"topics":["developer-tools","flare-language","interpreter","open-source-language","programming-language","scripting-language"],"latest_commit_sha":null,"homepage":"","language":"Java","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/cvs0.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-07-12T17:55:20.000Z","updated_at":"2025-07-18T17:15:53.000Z","dependencies_parsed_at":"2025-07-12T20:32:06.836Z","dependency_job_id":"9d04773d-c1a6-4e1a-b134-386baf81cb28","html_url":"https://github.com/cvs0/flare-lang","commit_stats":null,"previous_names":["cvs0/flare-lang"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cvs0/flare-lang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvs0%2Fflare-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvs0%2Fflare-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvs0%2Fflare-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvs0%2Fflare-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvs0","download_url":"https://codeload.github.com/cvs0/flare-lang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvs0%2Fflare-lang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31403959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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":["developer-tools","flare-language","interpreter","open-source-language","programming-language","scripting-language"],"created_at":"2026-04-04T15:32:44.093Z","updated_at":"2026-04-04T15:32:52.934Z","avatar_url":"https://github.com/cvs0.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flare Language Documentation\n\n## Introduction\n\nFlare is a statically-typed, block-structured programming language designed for clarity, concurrency, and extensibility. This document describes all core language features, syntax, and semantics.\n\n---\n\n## Table of Contents\n1. [Syntax Basics](docs/syntax.md)\n2. [Variables and Types](docs/variables.md)\n3. [Functions](docs/functions.md)\n4. [Control Flow](docs/control_flow.md)\n5. [Fibers (Concurrency)](docs/fibers.md)\n6. [Modules and Imports](docs/modules.md)\n7. [Variants and Tags](docs/variants.md)\n8. [Built-in Functions](docs/builtins.md)\n9. [Example Programs](#example-programs)\n\n---\n\n## Syntax Basics\nSee [docs/syntax.md](docs/syntax.md) for full details.\n\n---\n\n## Variables and Types\nSee [docs/variables.md](docs/variables.md) for full details.\n\n---\n\n## Functions\nSee [docs/functions.md](docs/functions.md) for full details.\n\n---\n\n## Control Flow\nSee [docs/control_flow.md](docs/control_flow.md) for full details.\n\n---\n\n## Fibers (Concurrency)\nSee [docs/fibers.md](docs/fibers.md) for full details.\n\n---\n\n## Modules and Imports\nSee [docs/modules.md](docs/modules.md) for full details.\n\n---\n\n## Variants\nSee [docs/variants.md](docs/variants.md) for full details.\n\n---\n\n## Tags\nSee [docs/tags.md](docs/tags.md) for full details.\n\n---\n\n## Built-in Functions\nSee [docs/builtins.md](docs/builtins.md) for full details.\n\n---\n\n## Example Program\n\n```lang\nimport std;\n\nfunc main() {\n    std.print(\"Hello, world!\");\n}\n```\n\n---\n\nFor more details on any feature, see the relevant documentation file in the `docs/` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvs0%2Fflare-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvs0%2Fflare-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvs0%2Fflare-lang/lists"}