Skip to content

pgrabiec/Interpreter

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages