ccomparini / fpl2cc

fpl parser generator language

Home Page:https://ccomparini.github.io/fpl2cc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--out doesn't generate subdirs

ccomparini opened this issue · comments

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.

dependency and state file generation has the same problem