{"id":17697757,"url":"https://github.com/ryoga-exe/miniz","last_synced_at":"2025-07-16T20:36:43.809Z","repository":{"id":222486244,"uuid":"757380548","full_name":"Ryoga-exe/miniz","owner":"Ryoga-exe","description":"Minimal scripting language in Zig.","archived":false,"fork":false,"pushed_at":"2024-02-17T15:37:03.000Z","size":87,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T00:42:19.207Z","etag":null,"topics":["interpreter","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ryoga-exe.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":"2024-02-14T11:30:26.000Z","updated_at":"2024-02-26T22:08:54.000Z","dependencies_parsed_at":"2024-11-12T04:15:32.295Z","dependency_job_id":null,"html_url":"https://github.com/Ryoga-exe/miniz","commit_stats":null,"previous_names":["ryoga-exe/miniz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ryoga-exe/miniz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryoga-exe%2Fminiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryoga-exe%2Fminiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryoga-exe%2Fminiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryoga-exe%2Fminiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ryoga-exe","download_url":"https://codeload.github.com/Ryoga-exe/miniz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryoga-exe%2Fminiz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265538755,"owners_count":23784646,"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":["interpreter","zig"],"created_at":"2024-10-24T14:48:26.467Z","updated_at":"2025-07-16T20:36:43.794Z","avatar_url":"https://github.com/Ryoga-exe.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# miniz\n\nMinimal scripting language in Zig.\n\n2023 年度筑波大学情報科学類で開講された [GB27001 ソフトウェアサイエンス特別講義 A](https://kdb.tsukuba.ac.jp/syllabi/2023/GB27001/jpn/0) の講義内で紹介された [minis](https://github.com/kmizu/minis) の Zig による実装です。\n\n## 実行\n\n### repl\n\n```sh\nzig build run\n\n```\n\n### file\n\n```text\nhello = 2023;\nworld = 2024;\nhello + world;\n```\n\n```sh\nzig build run -- file.mnz # 4047\n```\n\n## 文法\n\nminiz は以下の文法をサポートしています。\n\n- 関数定義\n- 関数呼び出し\n- if 式\n- while 式\n- 連結\n- 代入式\n- 比較演算子\n- 四則演算・モジュロ演算\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryoga-exe%2Fminiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryoga-exe%2Fminiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryoga-exe%2Fminiz/lists"}