{"id":26822275,"url":"https://github.com/periapsises/crater","last_synced_at":"2026-05-01T02:33:46.508Z","repository":{"id":284830842,"uuid":"956197984","full_name":"Periapsises/Crater","owner":"Periapsises","description":"The Crater Programming Language","archived":false,"fork":false,"pushed_at":"2025-03-27T21:58:26.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T22:33:42.723Z","etag":null,"topics":["compiler","crater","lua","transpiler"],"latest_commit_sha":null,"homepage":"https://discord.gg/n3T4299v5K","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/Periapsises.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":"2025-03-27T21:21:39.000Z","updated_at":"2025-03-27T22:00:42.000Z","dependencies_parsed_at":"2025-03-27T22:33:44.868Z","dependency_job_id":"9fa67598-2b24-4452-a29a-2a6b5622ab82","html_url":"https://github.com/Periapsises/Crater","commit_stats":null,"previous_names":["periapsises/crater"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Periapsises%2FCrater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Periapsises%2FCrater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Periapsises%2FCrater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Periapsises%2FCrater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Periapsises","download_url":"https://codeload.github.com/Periapsises/Crater/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246290712,"owners_count":20753735,"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","crater","lua","transpiler"],"created_at":"2025-03-30T08:18:23.892Z","updated_at":"2026-05-01T02:33:46.502Z","avatar_url":"https://github.com/Periapsises.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Crater\n\nCrater is a programming language based on Lua.  \nThe goal is to add static typing and compile directly into Lua source code.\n\n## Planned features\n\n- [ ] Standard Lua types\n  - [x] Numbers\n    - [x] `integer`, `decimal`, `exponential`, `hexadecimal` and `binary`\n    - [x] Binary `+`, `-`, `*`, `/`, `^` and `%`\n    - [x] Unary `-`\n    - [x] Concatenation `..`\n    - [x] To string\n    - [x] String coercion\n  - [x] Strings\n    - [x] Concatenation\n    - [x] Number coercion\n  - [ ] Booleans\n  - [ ] Tables\n  - [ ] Tuples\n  - [ ] Functions\n    - [ ] Variable arguments\n    - [ ] Multiple returns\n- [ ] Custom type definition\n- [ ] Support for `require`\n- [ ] Generic support\n  - [ ] Custom `List\u003cT\u003e` type\n  - [ ] Custom `Dictionary\u003cK, V\u003e` type\n- [ ] Handling special syntax\n  - [ ] Garry's Mod support\n- [ ] Asynchronous support\n  - [ ] Coroutine type support\n- [ ] Custom compilation settings\n  - [ ] Custom tabulation\n  - [ ] Custom spacing\n  - [ ] Conserve comments\n- [ ] Documentation generation\n- [ ] Library definition\n\n## Examples\n\n```lua\nlocal function printFormatted( msg: string, ...: any ): void\n    local message = string.format( msg, ... )\n    print( message )\nend\n\nlocal target: string = \"World\"\n\nprintFormtted( \"Hello, %s!\", target )\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperiapsises%2Fcrater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperiapsises%2Fcrater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperiapsises%2Fcrater/lists"}