arena
This commit is contained in:
@@ -71,6 +71,7 @@ pub const Lexer = struct {
|
||||
.{ "#builtin", Tag.hash_builtin },
|
||||
.{ "#foreign", Tag.hash_foreign },
|
||||
.{ "#library", Tag.hash_library },
|
||||
.{ "#using", Tag.hash_using },
|
||||
};
|
||||
inline for (directives) |d| {
|
||||
const keyword = d[0];
|
||||
|
||||
Reference in New Issue
Block a user