ccomparini / fpl2cc

fpl parser generator language
https://ccomparini.github.io/fpl2cc/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

--out doesn't generate subdirs #2

Open ccomparini opened 5 months ago

ccomparini commented 5 months ago

If you do something like:

fpl2cc foo.fpl --out tmp/foo.cc

the tmp directory has to exist. It should make it if it needs it.

ccomparini commented 5 months ago

dependency and state file generation has the same problem