{"id":20372042,"url":"https://github.com/narukara/kaleidoscope-rust","last_synced_at":"2026-05-11T14:31:35.398Z","repository":{"id":167269673,"uuid":"586302347","full_name":"Narukara/Kaleidoscope-Rust","owner":"Narukara","description":"a toy compiler","archived":false,"fork":false,"pushed_at":"2023-01-31T06:17:16.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T20:36:22.269Z","etag":null,"topics":["compiler","just-for-fun","llvm"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Narukara.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":"2023-01-07T16:53:26.000Z","updated_at":"2023-04-08T05:54:27.000Z","dependencies_parsed_at":"2023-07-10T13:51:25.445Z","dependency_job_id":null,"html_url":"https://github.com/Narukara/Kaleidoscope-Rust","commit_stats":null,"previous_names":["narukara/kaleidoscope-rust"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Narukara/Kaleidoscope-Rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narukara%2FKaleidoscope-Rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narukara%2FKaleidoscope-Rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narukara%2FKaleidoscope-Rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narukara%2FKaleidoscope-Rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Narukara","download_url":"https://codeload.github.com/Narukara/Kaleidoscope-Rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narukara%2FKaleidoscope-Rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32898910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["compiler","just-for-fun","llvm"],"created_at":"2024-11-15T01:11:17.176Z","updated_at":"2026-05-11T14:31:35.369Z","avatar_url":"https://github.com/Narukara.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[LLVM Tutorial](https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html) Implemented in Rust\n\nCompiler for the toy language Kaleidoscopic (modified)\n\n```\n# Kaleidoscope (modified) source code example\n\n# import from math lib\nextern sin(x)\n\n# function definition\ndef fib(n)\n    if n \u003c 3 then\n        1\n    else\n        fib(n-1) + fib(n-2)\n\n# an expression to be evaluated, optional\nfind fib(10)\n```\n\nFeatures:\n\n- JIT: evaluate the value of `find` expression at compile time\n- Output LLVM IR (.ll and .bc files), which can be compiled to object files. Further, it can be linked with C language programs and interoperate\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarukara%2Fkaleidoscope-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarukara%2Fkaleidoscope-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarukara%2Fkaleidoscope-rust/lists"}