{"id":19895381,"url":"https://github.com/razshare/olang","last_synced_at":"2025-10-28T02:08:06.614Z","repository":{"id":173184463,"uuid":"650354456","full_name":"razshare/olang","owner":"razshare","description":"Olang spec and implementation","archived":false,"fork":false,"pushed_at":"2023-06-25T18:29:37.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T00:56:13.744Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Zig","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/razshare.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-06-06T22:31:38.000Z","updated_at":"2023-06-06T22:32:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"44edc0af-17f1-46ed-b49f-2fa1543a1dd5","html_url":"https://github.com/razshare/olang","commit_stats":null,"previous_names":["tncrazvan/olang","razshare/olang"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razshare%2Folang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razshare%2Folang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razshare%2Folang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razshare%2Folang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/razshare","download_url":"https://codeload.github.com/razshare/olang/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241322534,"owners_count":19944073,"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","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":"2024-11-12T18:36:32.816Z","updated_at":"2025-10-28T02:08:06.531Z","avatar_url":"https://github.com/razshare.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Olang\n\nA WAT frontend written in Zig (inspired by Zig).\n\nSee [./olang.spec](./olang.spec) for the syntax specification.\n\nA showcase of the syntax:\n\n```zig\nconst User = struct {\n    email:[]u8,\n    created:u32,\n    updated:u32,\n};\n\nfn print() !void {\n    const stdout = @import(\"std\").out\n    const write = stdout.stream.write\n\n    for(value) |byte| {\n        try write(byte)\n    }\n};\n\nfn log(value:[]u8) !void {\n    const result:[] = _\n    try @print(result)\n}\n\npub fn main(args:[]u8) !void {\n\n    // this is a comment\n    const user = User {\n\n    };\n    try log(@string(\"hello {}\", [user.email]))\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazshare%2Folang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frazshare%2Folang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazshare%2Folang/lists"}