BuildCtx bcx = { rootDirPath : "~/Work/grammars-v4/".expandTilde, outFile : stdout, buildSingleFlag : true, buildAllFlag : true, lexerFlag : false, parserFlag : true, }; doTree(bcx);
See Implementation