An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/dlorch/pycep.svg?branch=master)](https://travis-ci.org/dlorch/pycep)
[![Documentation Status](https://readthedocs.org/projects/pycep/badge/?version=latest)](http://www.pycep.org/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/pycep.svg)](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/