On Saturday, 1 July 2017 at 22:44:33 UTC, crimaniak wrote: > enum moduleMask = ctRegex!`module\s+([^;]+)`; That should be `static`, not `enum`. I betcha that will at least change the error.