/Compiler

[Theory Of Compilation] Academic project of Compiler

Primary LanguagePython

This tool is ment to translate text input to a concrete Abstract Syntax Tree using PLY generator.

The language accepted by this translator is based on C programming language syntax:
	- function definitions,
	- expressions,
	- calls to 'print' function
	- ...

An example of input accepted by the translator is given in the 'example.txt' file