mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Tinkering with the repl
This commit is contained in:
@@ -14,7 +14,10 @@ typedef struct {
|
||||
bool error;
|
||||
bool help;
|
||||
bool version;
|
||||
char* filename;
|
||||
char* binaryfile;
|
||||
char* sourcefile;
|
||||
char* compilefile;
|
||||
char* outfile; //defaults to out.tb
|
||||
char* source;
|
||||
bool verbose;
|
||||
int optimize;
|
||||
|
||||
Reference in New Issue
Block a user