{"id":20687191,"url":"https://github.com/ziyasal-archive/sky","last_synced_at":"2025-08-02T08:36:45.718Z","repository":{"id":149223250,"uuid":"76039655","full_name":"ziyasal-archive/sky","owner":"ziyasal-archive","description":"Super simple programming language and tiny compiler developed for educational purpose in Scala","archived":false,"fork":false,"pushed_at":"2017-01-06T16:43:07.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-31T16:51:13.452Z","etag":null,"topics":["ast","compiler-design","education","lexer","programming-language","scala","sky","transformer"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/ziyasal-archive.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":"2016-12-09T13:54:44.000Z","updated_at":"2017-05-18T14:50:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"4aa8fff0-8c06-412e-a33f-dc8719c39bbb","html_url":"https://github.com/ziyasal-archive/sky","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ziyasal-archive/sky","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyasal-archive%2Fsky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyasal-archive%2Fsky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyasal-archive%2Fsky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyasal-archive%2Fsky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziyasal-archive","download_url":"https://codeload.github.com/ziyasal-archive/sky/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyasal-archive%2Fsky/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268355794,"owners_count":24237369,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"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":["ast","compiler-design","education","lexer","programming-language","scala","sky","transformer"],"created_at":"2024-11-16T22:56:21.003Z","updated_at":"2025-08-02T08:36:45.693Z","avatar_url":"https://github.com/ziyasal-archive.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"sky\n==========\n\u003e Super simple programming language and tiny compiler developed for educational purpose in Scala\n\n## Motivation ##\nCoding4fun, just trying to simplify how compilers work for who has interest\n\n## How it works\nCompilers(mostly) have 3 primary stages; \n\n**Parsing**\n - Lexical Analysis\n - Syntactic Analysis\n\n**Transformation**  \nMake some changes on AST\n\n**Code Generation**  \nCreate code from AST\n\n```js\n              /----------\\      /-----------------\\       /-----------------\\\n /------\\     |          |      |                 |       |                 |\n | Raw  |____ | Parsing  |_____ | Transformation  |______ | Code Generation | \n | Code |     |          |      |                 |       |                 |\n \\------/     \\----------/      \\-----------------/       \\-----------------/\n\n```\n\n## Sample ##\n```js\n//TODO:\n```\n\n## Links ##\n- [x] [Tokenizer](https://github.com/ziyasal/sky/blob/master/src/main/scala/lib/Tokenizer.scala)  \n- [x] [Parser](https://github.com/ziyasal/sky/blob/master/src/main/scala/lib/Parser.scala)\n- [ ] Transformer\n- [ ] CodeGen\n- [ ] Compiler\n\n## Step-By-Step Guide ##\nTODO:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziyasal-archive%2Fsky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziyasal-archive%2Fsky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziyasal-archive%2Fsky/lists"}