{"id":22787180,"url":"https://github.com/megabytesofrem/lune","last_synced_at":"2025-03-30T16:16:29.639Z","repository":{"id":140753602,"uuid":"431614385","full_name":"megabytesofrem/lune","owner":"megabytesofrem","description":"Small compiled language with a procedural C style syntax.","archived":false,"fork":false,"pushed_at":"2021-11-26T21:44:58.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T17:40:37.348Z","etag":null,"topics":["csharp","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/megabytesofrem.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}},"created_at":"2021-11-24T20:06:15.000Z","updated_at":"2022-06-24T14:57:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b815c5d-db7c-4b7e-b70c-ad1c716cdd2a","html_url":"https://github.com/megabytesofrem/lune","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/megabytesofrem%2Flune","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megabytesofrem%2Flune/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megabytesofrem%2Flune/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megabytesofrem%2Flune/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/megabytesofrem","download_url":"https://codeload.github.com/megabytesofrem/lune/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246342994,"owners_count":20761947,"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":["csharp","programming-language"],"created_at":"2024-12-12T00:50:25.702Z","updated_at":"2025-03-30T16:16:29.634Z","avatar_url":"https://github.com/megabytesofrem.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lune\nSmall language that will eventually compile to C, or maybe machine code.\n\nProgress:\n- [x] Lexing\n- [ ] Parsing\n- [ ] AST generation\n\n## Hello World\n```nim\nvar message : str = \"Hello world\"\n\nproc main() {\n    write(message, \"\\n\")\n}\n```\n\n## Syntax Highlighting\nA *very* work in progress VS Code extension is provided under `tool/lune-vscode` which supports\n- basic syntax highlighting\n- commenting using `Ctrl+/` like any other language\n- smart brace folding\n\n## Running\n```sh\n% dotnet run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegabytesofrem%2Flune","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmegabytesofrem%2Flune","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegabytesofrem%2Flune/lists"}