{"id":19503049,"url":"https://github.com/brandonki/arcane","last_synced_at":"2025-04-26T00:32:49.320Z","repository":{"id":108745491,"uuid":"254137790","full_name":"BrandonKi/ARCANE","owner":"BrandonKi","description":"small programming language with custom backend","archived":false,"fork":false,"pushed_at":"2024-04-19T12:41:21.000Z","size":5628,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T05:22:56.360Z","etag":null,"topics":["compiler","explodes","programming-language"],"latest_commit_sha":null,"homepage":"","language":"C++","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/BrandonKi.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":"2020-04-08T16:11:22.000Z","updated_at":"2024-09-10T21:23:56.000Z","dependencies_parsed_at":"2024-11-10T22:19:30.325Z","dependency_job_id":"dbc5fdaa-7042-4866-bd7d-fa38edf60011","html_url":"https://github.com/BrandonKi/ARCANE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrandonKi%2FARCANE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrandonKi%2FARCANE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrandonKi%2FARCANE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrandonKi%2FARCANE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrandonKi","download_url":"https://codeload.github.com/BrandonKi/ARCANE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250917284,"owners_count":21507561,"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":["compiler","explodes","programming-language"],"created_at":"2024-11-10T22:19:25.506Z","updated_at":"2025-04-26T00:32:48.910Z","avatar_url":"https://github.com/BrandonKi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ARCANE\n\nA programming language built on a custom backend. (ARCVM)\nhttps://github.com/BrandonKi/ARCVM\n\n(Work In Progress)\n\n# Sample Code\n\n```zig\nfn add(a : int, b : int) int {\n    ret a + b;\n}\n\nfn main() int {\n    i := 0;\n    x : int = 5;\n    result := add(i, x);\n    // supports UFCS\n    result := i.add(x);\n    ret result;\n}\n```\nSyntax Highlighting in VSCode: https://github.com/BrandonKi/arcane-syntax-highlighter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandonki%2Farcane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrandonki%2Farcane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandonki%2Farcane/lists"}