On Wednesday, 26 November 2014 at 10:26:05 UTC, Nordlöw wrote:
I want to cache parsers generated by Pegged grammars in a DUB project by writing the generated parser strings to files.Is it possible to add this build logic somewhere in DUB or do I have to resort to SCons for this?
preBuildCommand in check if the files are there if not generate them if yes do nothing