Orvid King
Orvid King
I think this will probably be able to be merged, though I've had to make some minor changes internally to make sure that GCC still has the right behavior. The...
The for loop support requires the `--enable-language-extensions` flag to be passed when compiling. Language extension support is disabled by default, but that doesn't seem to have been updated in the...
Out of curiosity: Why? Folly already has windows support via MSVC & clang pretending to be msvc. Is there some package in particular you're trying to get working in mingw?
The flags file is included as part of the creation kit, so you'll need to install that somewhere first, or else grab the flags file for fallout from one of...
This can probably be solved fairly easily by adding a check here to skip the utf-8 little endian BOM: https://github.com/Orvid/Caprica/blob/master/Caprica/papyrus/PapyrusCompilationContext.cpp#L83
The same issue also applies to using an unescaped `-` as the first character in a set. I've also discovered that some versions of RE2 have issues with escaped `-`...
@paulbiss Any progress on this in the last year and a half?