diff options
| author | gingerBill <bill@gingerbill.org> | 2020-10-15 16:25:57 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-10-15 16:25:57 +0100 |
| commit | 289908e0b8a42dfe215555245d2291c2aaa41f4f (patch) | |
| tree | 6f51f9b640483b2be7a7d3becde89f04630de0f0 /src/parser.hpp | |
| parent | 5a28a7e0f568641a51f438a778fc083b7606c661 (diff) | |
Add `+build ignore` tag
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index c123cee0e..9e20ffc1b 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -128,6 +128,7 @@ struct AstPackage { String name; String fullpath; Array<AstFile *> files; + bool is_single_file; // NOTE(bill): Created/set in checker Scope * scope; |