mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 03:40:08 +00:00
Add separate -vet flags; -vet-using-* flags; //+vet file flags
This commit is contained in:
@@ -104,6 +104,8 @@ struct AstFile {
|
||||
Token package_token;
|
||||
String package_name;
|
||||
|
||||
u64 vet_flags;
|
||||
bool vet_flags_set;
|
||||
|
||||
// >= 0: In Expression
|
||||
// < 0: In Control Clause
|
||||
|
||||
Reference in New Issue
Block a user