Skip to content

[Theory Of Compilation] Academic project of Compiler

Notifications You must be signed in to change notification settings

Wwarrior1/Compiler

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%