https://github.com/dlorch/pycep
PyCep is a Python interpreter in Python, created as a study project
https://github.com/dlorch/pycep
interpreter python study
Last synced: 4 months ago
JSON representation
PyCep is a Python interpreter in Python, created as a study project
- Host: GitHub
- URL: https://github.com/dlorch/pycep
- Owner: dlorch
- Created: 2014-11-21T14:03:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T08:32:23.000Z (almost 2 years ago)
- Last Synced: 2024-07-22T10:09:56.160Z (almost 2 years ago)
- Topics: interpreter, python, study
- Language: Python
- Homepage: http://www.pycep.org/
- Size: 196 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/dlorch/pycep)
[](http://www.pycep.org/en/latest/?badge=latest)
[](https://badge.fury.io/py/pycep)
PyCep - Python Inception
========================
[PyCep](http://www.pycep.org/) is a Python interpreter in Python, created as a
study project to teach [myself](https://github.com/dlorch) about writing
interpreters.
Design Goals
------------
When writing PyCep, following design goals were kept in mind:
- PyCep should be fully language-compliant with CPython
- PyCep should use easy to understand concepts, patterns and algorithms rather than complicated ones
- PyCep should not rely on language-specific constructs of the host interpreter (CPython)
Documentation
-------------
Documentation and links to additional resources are available at http://www.pycep.org/