mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-20 12:44:59 -07:00
Add experimental -insert-semicolon functionality to tokenizer and parser
This commit is contained in:
@@ -157,6 +157,7 @@ struct BuildContext {
|
||||
bool different_os;
|
||||
bool keep_object_files;
|
||||
bool disallow_do;
|
||||
bool insert_semicolon;
|
||||
|
||||
bool use_llvm_api;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user