Adding Google Flags-like command-line option parsing, though implemented in C, to the main executable. The code is ported from Granary2.

This commit is contained in:
Peter Goodman
2018-01-07 16:25:31 -05:00
parent 49524e610d
commit 2eaeb7480c
16 changed files with 525 additions and 10 deletions

View File

@@ -65,5 +65,6 @@ TEST(OneOfExample, ProduceSixtyOrHigher) {
}
int main(int argc, char *argv[]) {
DeepState_InitOptions(argc, argv);
return DeepState_Run();
}