chlablak / platinum-parsing

All-around tools for compilation development
http://www.platinum-parsing.org/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

cli ebnf: add support for multiple input files #3

Open chlablak opened 7 years ago

chlablak commented 7 years ago

Actually only one file is allowed: pp ebnf -f a.ebnf --minify Allow multiple files: pp ebnf -f a.ebnf b.ebnf --minify

chlablak commented 7 years ago

for pp lalr, pp build, ... too

chlablak commented 7 years ago

cli/Project handles multiple files in the pp.yaml file already