{"id":16487005,"url":"https://github.com/ethe/shiki","last_synced_at":"2025-07-07T15:36:17.807Z","repository":{"id":144424527,"uuid":"70685225","full_name":"ethe/shiki","owner":"ethe","description":"A toy language, slow, simple and useless.","archived":false,"fork":false,"pushed_at":"2016-11-17T18:24:19.000Z","size":40,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-02T08:45:38.911Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/ethe.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,"zenodo":null}},"created_at":"2016-10-12T09:36:37.000Z","updated_at":"2020-09-22T13:13:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"d261c1e6-3230-4e46-9b80-e9405eb4143b","html_url":"https://github.com/ethe/shiki","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ethe/shiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethe%2Fshiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethe%2Fshiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethe%2Fshiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethe%2Fshiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethe","download_url":"https://codeload.github.com/ethe/shiki/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethe%2Fshiki/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264103696,"owners_count":23557983,"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":[],"created_at":"2024-10-11T13:31:54.119Z","updated_at":"2025-07-07T15:36:17.794Z","avatar_url":"https://github.com/ethe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shiki (式)\n==========================\n\n[![Build Status](https://travis-ci.org/ethe/shiki.svg?branch=master)](https://travis-ci.org/ethe/shiki) [![codecov.io](https://codecov.io/gh/ethe/shiki/badge.svg)](https://codecov.io/gh/ethe/shiki)\n\nA toy language, slow, simple and useless.\n\n一门简单的、为了学习如何写语言而写的语言。\n\n\n## Binding\n```\nlet foo = 1\n```\n\n## Function and call\n```\nlet a = 1\n\nfunc foo n do\n  return + a n\nend\n\nfoo 2\n```\n\n## Tail call optimization\n```\nfunc foo do\n  return bar\nend\n\nfunc bar do\n  return foo\nend\n\nfoo\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethe%2Fshiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethe%2Fshiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethe%2Fshiki/lists"}