CPyrol
an alternative interpreter for the Python programming language
The aim of the CPyrol project is to create a complete Python interpreter written in C++ with minimal system requirements and a very clean codebase.
I am working on this project mainly to gather experience with the current C++ standart (C++ 11) and with compiler development, it is not (yet) intended for practical usage.
This project is at an early stage of development. Currently implemented is a Lexer, Parser and Code Generator for compiling Python code into CPython-compatible bytecode.