{"id":25483190,"url":"https://github.com/trinnguyen/gao","last_synced_at":"2026-05-01T18:32:27.351Z","repository":{"id":72996403,"uuid":"358572897","full_name":"trinnguyen/gao","owner":"trinnguyen","description":"The Gao programming language","archived":false,"fork":false,"pushed_at":"2021-08-19T02:55:03.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T10:36:45.733Z","etag":null,"topics":["compiler","gao","gao-lang","llvm","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/trinnguyen.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-04-16T11:12:34.000Z","updated_at":"2023-01-26T19:00:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"4801aebb-f560-4612-9f49-e986f5428a0b","html_url":"https://github.com/trinnguyen/gao","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trinnguyen/gao","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinnguyen%2Fgao","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinnguyen%2Fgao/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinnguyen%2Fgao/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinnguyen%2Fgao/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trinnguyen","download_url":"https://codeload.github.com/trinnguyen/gao/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinnguyen%2Fgao/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32508901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["compiler","gao","gao-lang","llvm","rust"],"created_at":"2025-02-18T17:02:33.867Z","updated_at":"2026-05-01T18:32:27.342Z","avatar_url":"https://github.com/trinnguyen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .gao\nThe Gao programming language\n\n## Getting started\n### Hello world\n\n```rust\nfn main(): int {   \n    return bar(1);\n}\n\nfn test(): int {\n    let y: bool = false;\n    let x: int = 101;\n    y = true;\n    x = 201;\n    foo();\n    bar2(1, false);\n    return bar(x);\n}\n\nfn foo(): bool {\n    let x: int = 102;\n    let y: bool = false;\n    return y;\n}\n\nfn bar(a1: int): int {\n    return 1;\n}\n\nfn bar2(a1: int, a2: bool): bool {\n    return false;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinnguyen%2Fgao","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrinnguyen%2Fgao","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinnguyen%2Fgao/lists"}