main: reset the scanner
This commit is contained in:
parent
180444a5d6
commit
084c5cc6ee
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pub fn run(allocator: *std.mem.Allocator, slice: []const u8) !Result {
|
|||
}
|
||||
}
|
||||
|
||||
// scan.reset();
|
||||
scan.reset();
|
||||
|
||||
var parser = parsers.Parser.init(allocator, &scan);
|
||||
var root = try parser.parse();
|
||||
|
|
Loading…
Reference in a new issue