Add experimental -insert-semicolon functionality to tokenizer and parser

This commit is contained in:
gingerBill
2020-11-01 15:10:06 +00:00
parent 75e8e5e06f
commit 54fbdabc38
11 changed files with 2253 additions and 42 deletions
+1
View File
@@ -157,6 +157,7 @@ struct BuildContext {
bool different_os;
bool keep_object_files;
bool disallow_do;
bool insert_semicolon;
bool use_llvm_api;