import c
This commit is contained in:
@@ -72,6 +72,10 @@ pub const Lexer = struct {
|
||||
.{ "#foreign", Tag.hash_foreign },
|
||||
.{ "#library", Tag.hash_library },
|
||||
.{ "#using", Tag.hash_using },
|
||||
.{ "#include", Tag.hash_include },
|
||||
.{ "#source", Tag.hash_source },
|
||||
.{ "#define", Tag.hash_define },
|
||||
.{ "#flags", Tag.hash_flags },
|
||||
};
|
||||
inline for (directives) |d| {
|
||||
const keyword = d[0];
|
||||
|
||||
Reference in New Issue
Block a user