{"id":17207743,"url":"https://github.com/chengzeyi/sharpccompiler","last_synced_at":"2025-10-12T07:36:21.103Z","repository":{"id":165845627,"uuid":"142024524","full_name":"chengzeyi/SharpCCompiler","owner":"chengzeyi","description":"Simple compiler. 自制简单语言编译器","archived":false,"fork":false,"pushed_at":"2018-07-25T16:08:53.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-04T19:34:48.183Z","etag":null,"topics":["compiler","lexical-analyzer","parser"],"latest_commit_sha":null,"homepage":"","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/chengzeyi.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,"zenodo":null}},"created_at":"2018-07-23T14:18:28.000Z","updated_at":"2023-08-13T11:35:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"1177cd96-0bf3-4d71-99f2-cdb33c9630be","html_url":"https://github.com/chengzeyi/SharpCCompiler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chengzeyi/SharpCCompiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chengzeyi%2FSharpCCompiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chengzeyi%2FSharpCCompiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chengzeyi%2FSharpCCompiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chengzeyi%2FSharpCCompiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chengzeyi","download_url":"https://codeload.github.com/chengzeyi/SharpCCompiler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chengzeyi%2FSharpCCompiler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010667,"owners_count":26084784,"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-10-12T02:00:06.719Z","response_time":53,"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","lexical-analyzer","parser"],"created_at":"2024-10-15T02:46:29.719Z","updated_at":"2025-10-12T07:36:21.099Z","avatar_url":"https://github.com/chengzeyi.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 简单编译器\n\n## 支持代码示例\n\n```Simple C-like language\n// This is a comment.\nint integer;\nint count;\ncount = 10;\noutput(\"Hello! Please enter an integer:\\n\");\ninput(integer);\nif(integer \u003e 100)\n    integer = integer + 1;\nelse\n    integer = integer - 1;\nwhile(count \u003e 0)\n{\n    integer = integer + 2;\n    count = count - 1;\n}\noutput(\"The result is: \");\noutput(integer);\noutput(\".\\n\");\n```\n\nNo complex expression.\nNo function calling.\nNo type conversion.\n\n## 目前已完成\n\n- Lexical analyzer\n- Parser","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchengzeyi%2Fsharpccompiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchengzeyi%2Fsharpccompiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchengzeyi%2Fsharpccompiler/lists"}