PyCParser
https://github.com/albertz/PyCParser
A C parser and interpreter written in Python. Also includes an automatic ctypes interface generator.
It is looser than the C grammar, i.e. it should support a superset of
bpython: A fancy curses interface to the Python interactive interpreter
bpython is a lightweight Python interpreter that adds several features common to IDEs. These features include syntax highlighting, expec
Pure Python JavaScript Translator/Interpreter
Everything is done in 100% pure Python so it's extremely easy to install and use. Supports Python 2 & 3. Full support for ECMAScript 5.1, ECMA 6 support is still expe
whitepy
Whitespace interpreter written in Python3 for my final Open University project (TM470)
Install and Usage
Once installed, run whitepycli with a whitespace source file as an argument.
Usin
PL/0 Language Tools
The PL/0 Language Tools serve as an example of how to construct a compiler. The language 'PL/0' was originally introduced in the book "Algorithms + Data Structures = Programs", by Niklaus Wirth in 19
pymetaterp
This is a python AST builder that uses no Python modules. A longer stackless version is available for easier porting. single_file.py is a stand-alone 502 lines script.
Its (also) just another parsing express
Coddie: An Interpreter for Extended Relational Algebra
Inspired by the simplicity and elegance of both the Scheme programming language, and the relational algebra formal system, Coddie is an interpreter with Lisp-like s
Pyonic interpreter
A Python interpreter interface for mobile devices. Pyonic interpreter is available for Android on Google Play, for Python 2 or Python 3. The app can also be run under Kivy on the desktop (Linux, OS X/
IPython: Productive Interactive Computing
Overview
Welcome to IPython. Our full documentation is available on ipython.readthedocs.io and contains information on how to install, use, and contr
Pupy
Installation
Installation instructions are on the wiki, in addition to all other documentation. For maximum compatibility, it is recommended to use Docker Compose.
Refer to the wiki
Descrip
ptpython
A better Python REPL
pip install ptpython
Ptpython is an advanced Python REPL. It should work on all Python versions from 2.6 up to 3.7 and work cross platform (Linux, BSD, OS X and Windows).
Note: