Piethon  1.0
A Python-like interpreter using flex and bison.
Piethon

A basic python-like interpreter in C++ using flex and bison.

Requirements

A C++ compiler, Flex, and Bison.

Build Instructions

To build the project, run make.

Running the Interpreter

To run the interpreter accepting input from STDIN, run ./piethon To use a source file, run ./piethon filename

Sample programs can be found in the 'test' directory.

Features

This program aims to be an experiment with Flex, Bison, and Abstract Syntax Trees, rather than any sort of Python replacement. However, the following (small) functionality exists.