Wwarrior1 / Compiler

[Theory Of Compilation] Academic project of Compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

[Theory Of Compilation] Academic project of Compiler


Languages

Language:Python 100.0%