diff options
| author | gingerBill <bill@gingerbill.org> | 2025-01-05 13:19:10 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2025-01-05 13:19:10 +0000 |
| commit | 2efe4c2d68f486006e405ba7d30be03ec121ae6c (patch) | |
| tree | 5fdc5e6961c13026fe646ac6553b117bc4a0ae9b /src/parser.hpp | |
| parent | acbb14d87e136d771cbd70c12a14deb9cace48bd (diff) | |
Add `#+feature dynamic-literals`
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index e332fed50..bbf70d03e 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -108,7 +108,9 @@ struct AstFile { String package_name; u64 vet_flags; + u64 feature_flags; bool vet_flags_set; + bool feature_flags_set; // >= 0: In Expression // < 0: In Control Clause |