News

Description A basic java package that takes a path to a directory as an argument and creates AST (Abstract Syntax Tree) files from found java files. The program searches the directory and all of it's ...
I used java as a programming language to implement this project, I took advantage of the language and I based my software design by applying inheritance on my Nodes in the AST. and defining after each ...