{"id":13438524,"url":"https://github.com/fy0/python_lite","last_synced_at":"2026-01-22T18:27:29.292Z","repository":{"id":145761479,"uuid":"49646759","full_name":"fy0/python_lite","owner":"fy0","description":"[WIP] A simple, lightweight implementation of python3 language.","archived":false,"fork":false,"pushed_at":"2017-03-04T16:38:39.000Z","size":834,"stargazers_count":76,"open_issues_count":0,"forks_count":4,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-10-28T00:23:09.142Z","etag":null,"topics":["interpreter","language","python"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fy0.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}},"created_at":"2016-01-14T12:45:07.000Z","updated_at":"2024-10-25T15:48:54.000Z","dependencies_parsed_at":"2023-05-26T07:00:47.255Z","dependency_job_id":null,"html_url":"https://github.com/fy0/python_lite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fy0%2Fpython_lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fy0%2Fpython_lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fy0%2Fpython_lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fy0%2Fpython_lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fy0","download_url":"https://codeload.github.com/fy0/python_lite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244564891,"owners_count":20473155,"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","language","python"],"created_at":"2024-07-31T03:01:06.226Z","updated_at":"2026-01-22T18:27:29.220Z","avatar_url":"https://github.com/fy0.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"\n# pylite 简蟒 ver 0.0.9\n\nA simple, lightweight implementation of python3-like language.\n\n## Roadmap\n\n### ver 0.1\n\n* ~~lexical scope~~\n\n* ~~exception support~~\n\n* ~~try - except - finally~~\n\n* ~~simple import~~\n\n* ~~slice grammar~~\n\n* ~~lambda function~~\n\n* ~~argument unpack~~\n\n* package import\n\n* basic testcase\n\n\n### ver 0.2\n\n* eval\n\n* xxx if xxx else xxx grammar\n\n* print fix for cycle reference\n\n* filesystem\n\n* ~~IO stream~~\n\n* 'super' type\n\n* repl\n\n\n### ver 0.3\n\n* dll load\n\n* decorator\n\n* ~~multiple value assign~~\n\n* builtin regex engine\n\n* retval type hints\n\n\n### ver 0.4\n\n* global/nonlocal\n\n* local variables optimization\n\n* unique integers\n\n* operator overloading support\n\n\n### ver 0.5\n\n* yield support\n\n* clear memory leaks\n\n\n### ver 0.6\n\n* make closure pass by reference\n\n\n### ver 0.X\n\n* f-string\n\n* async/await\n\n* x for x in [...]\n\n* nameless function\n\n* libffi\n\n* JIT\n\n\n\n### won't support\n\n* encodings except utf-8/ucs2/ucs4\n\n* while/for - else \n\n* multiple inheritance\n\n## build\n\ncmake is required, and a c99 compiler:\n\n* gcc 4.8+\n\n* clang 3.4+\n\n* vs2013+\n\n```bash\nmkdir build\ncd build\ncmake ..\n```\n\n**make** (Linux/Mac/Mingw)  \nOpen **pylite.sln** and build. (Visual Studio)\n\n## Example\n\nhello.py\n```python\nprint('Hello World!')\n```\nshell:\n```bash\npylite hello.py\n```\n\nNo REPL yet.\n\n\n## License\n* Zlib\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffy0%2Fpython_lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffy0%2Fpython_lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffy0%2Fpython_lite/lists"}