vtables, protocol
This commit is contained in:
@@ -76,6 +76,7 @@ pub const Lexer = struct {
|
||||
.{ "#source", Tag.hash_source },
|
||||
.{ "#define", Tag.hash_define },
|
||||
.{ "#flags", Tag.hash_flags },
|
||||
.{ "#inline", Tag.hash_inline },
|
||||
};
|
||||
inline for (directives) |d| {
|
||||
const keyword = d[0];
|
||||
|
||||
Reference in New Issue
Block a user