Same for ziqlParser
This commit is contained in:
parent
0f6f34e706
commit
d5f7309869
@ -65,7 +65,7 @@ const State = enum {
|
||||
add_array_to_map,
|
||||
};
|
||||
|
||||
pub const Parser = struct {
|
||||
pub const Parser = @This();
|
||||
toker: *Tokenizer,
|
||||
file_engine: *FileEngine,
|
||||
schema_engine: *SchemaEngine,
|
||||
@ -1213,4 +1213,3 @@ pub const Parser = struct {
|
||||
}
|
||||
return token;
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user