{"id":17163416,"url":"https://github.com/gf712/python-cpp","last_synced_at":"2025-04-13T13:31:10.896Z","repository":{"id":132116194,"uuid":"384506777","full_name":"gf712/python-cpp","owner":"gf712","description":"Python implementation in C++","archived":false,"fork":false,"pushed_at":"2024-10-07T14:58:38.000Z","size":2699,"stargazers_count":14,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-27T04:41:45.431Z","etag":null,"topics":["cpp","interpreter","python"],"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/gf712.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":"2021-07-09T17:22:17.000Z","updated_at":"2024-11-11T19:48:12.000Z","dependencies_parsed_at":"2024-02-25T11:22:42.393Z","dependency_job_id":"eb3ba5dd-0b8d-4236-81b9-d6af28b758c0","html_url":"https://github.com/gf712/python-cpp","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/gf712%2Fpython-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gf712%2Fpython-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gf712%2Fpython-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gf712%2Fpython-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gf712","download_url":"https://codeload.github.com/gf712/python-cpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248721007,"owners_count":21151026,"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":["cpp","interpreter","python"],"created_at":"2024-10-14T22:48:59.935Z","updated_at":"2025-04-13T13:31:07.464Z","avatar_url":"https://github.com/gf712.png","language":"C++","readme":"# Python C++ (EXPERIMENTAL + IN PROGRESS)\n\nA Python interpreter implementation in C++. The current aim is to be compliant with the Python 3.10 spec and have releases inline with future Python versions.\n\n# What is different from CPython?\n\n * This interpreter uses a register-based VM, instead of stack-based VM\n * JIT support (TODO: the plan is to use something like LLVM or ASMJIT to support some code optimisations at runtime)\n * The runtime is written in C++, so Python Objects are C++ classes internally. This should make it easier to write C++ Python bindings.\n\n# What doesn't change from CPython?\n\n * Tokens generated by the Lexer are the same as in CPython (see [token list](https://docs.python.org/3/library/token.html))\n * The grammar specification is the same as the one used to generate the CPython parser (see [spec](https://docs.python.org/3/reference/grammar.html))\n * The AST nodes are the same ones used in CPython (see [node definitions](https://greentreesnakes.readthedocs.io/en/latest/nodes.html#))\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgf712%2Fpython-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgf712%2Fpython-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgf712%2Fpython-cpp/lists"}