summaryrefslogtreecommitdiff
path: root/lib/Automake/Parser
Commit message (Expand)AuthorAgeFilesLines
* Updated include directive and added test cases.experimental/gsoc/astVishal Gupta2018-08-0411-26/+70
* Added case for testing recursive automake at multiple depthVishal Gupta2018-08-042-1/+3
* Updated make install to make parser work from any directoryVishal Gupta2018-08-046-37/+53
* Added support for include directiveVishal Gupta2018-07-255-33/+49
* Subdirs implementationVishal Gupta2018-07-128-37/+40
* Updated parser to tokenize and parse line by line.Vishal Gupta2018-07-066-48/+46
* Added support for SUBDIRS and nested if/else statementVishal Gupta2018-07-026-27/+64
* Updated multiline statement and conditional statements.Vishal Gupta2018-06-2415-89/+158
* Added support for Conditional statement and Test files.Vishal Gupta2018-06-1616-129/+312
* Added support for multiline and comments.Vishal Gupta2018-06-118-89/+287
* Update Converter.pl to read write from Standard I/OVishal Gupta2018-06-043-24/+38
* Use the ‘perl’ found in the PATH environment variableMathieu Lirzin2018-06-021-3/+3
* Remove generated ‘.png’ filesMathieu Lirzin2018-06-023-1/+2
* Automatic conversion of bison graph to parsing table.Vishal Gupta2018-06-017-41/+140
* Implemented Lexer, Parser and AST module.vishalgupta972018-05-269-0/+368