]> git.ipfire.org Git - thirdparty/automake.git/commit
Updated include directive and added test cases. experimental/gsoc/ast
authorVishal Gupta <vishalgupta7972@gmail.com>
Sat, 4 Aug 2018 12:26:37 +0000 (17:56 +0530)
committerVishal Gupta <vishalgupta7972@gmail.com>
Sat, 4 Aug 2018 12:26:37 +0000 (17:56 +0530)
commit5aebec2cc6dfdf969493a392053cfcf2ba4ddbbe
treec603103f2bd1901bd8c3c7ac659523c7792ee122
parent5da9812ce3f4967534825cd5c384e6ca2d8c5d1f
Updated include directive and added test cases.

After parsing the file given in the include directive, the tree generated
is printed to standard input using Data::Dumper and this is evaled in the
program having include directive. As a result the tree gets appended to
the parent AST.
lib/Automake/Parser/Lexer.pm
lib/Automake/Parser/Tree.pm
lib/Automake/Parser/input.txt [deleted file]
lib/Automake/Parser/parser.pl
lib/Automake/Parser/t/app/Makefile.am
lib/Automake/Parser/t/app/app/Makefile.am [moved from lib/Automake/Parser/t/app/app3/Makefile.am with 100% similarity]
lib/Automake/Parser/t/app1/Makefile.am
lib/Automake/Parser/t/app2/Makefile.am
lib/Automake/Parser/t/app3/Makefile.am [new file with mode: 0644]
lib/Automake/Parser/t/app3/app/Makefile.am [new file with mode: 0644]
lib/Automake/Parser/t/fragment.txt [new file with mode: 0644]