summaryrefslogtreecommitdiff
path: root/lib/Automake/Parser/Lexer.pm
Commit message (Expand)AuthorAgeFilesLines
* Updated include directive and added test cases.experimental/gsoc/astVishal Gupta2018-08-041-1/+9
* Added support for include directiveVishal Gupta2018-07-251-1/+1
* Updated parser to tokenize and parse line by line.Vishal Gupta2018-07-061-3/+14
* Added support for SUBDIRS and nested if/else statementVishal Gupta2018-07-021-2/+2
* Updated multiline statement and conditional statements.Vishal Gupta2018-06-241-46/+29
* Added support for Conditional statement and Test files.Vishal Gupta2018-06-161-29/+8
* Added support for multiline and comments.Vishal Gupta2018-06-111-16/+134
* Automatic conversion of bison graph to parsing table.Vishal Gupta2018-06-011-1/+5
* Implemented Lexer, Parser and AST module.vishalgupta972018-05-261-0/+51