Added constant folding for strings, tweaked some error messages

This commit is contained in:
2023-02-04 09:50:29 +00:00
parent 57c16d2ede
commit 8d278077b1
6 changed files with 34 additions and 17 deletions

View File

@@ -22,7 +22,7 @@
#endif
#ifndef TOY_EXPORT
//for processing the Toy_commandLine line arguments
//for processing the command line arguments
typedef struct {
bool error;
bool help;