summaryrefslogtreecommitdiff
path: root/lib/Automake/Parser/ParserTable.pm
Commit message (Expand)AuthorAgeFilesLines
* Updated make install to make parser work from any directoryVishal Gupta2018-08-041-16/+16
* Added support for include directiveVishal Gupta2018-07-251-30/+33
* Updated parser to tokenize and parse line by line.Vishal Gupta2018-07-061-16/+16
* Added support for SUBDIRS and nested if/else statementVishal Gupta2018-07-021-15/+15
* Updated multiline statement and conditional statements.Vishal Gupta2018-06-241-25/+28
* Added support for Conditional statement and Test files.Vishal Gupta2018-06-161-16/+34
* Added support for multiline and comments.Vishal Gupta2018-06-111-15/+21
* Update Converter.pl to read write from Standard I/OVishal Gupta2018-06-041-5/+5
* Automatic conversion of bison graph to parsing table.Vishal Gupta2018-06-011-35/+29
* Implemented Lexer, Parser and AST module.vishalgupta972018-05-261-0/+48