Kym Object Allocation Fix #13
|
@ -96,8 +96,6 @@ pub const Tokenizer = struct {
|
|||
|
||||
defer self.source = self.source[cursor ..];
|
||||
|
||||
defer @import("std").debug.print("{s}\n", .{self.current_token.text()});
|
||||
|
||||
while (cursor < self.source.len) {
|
||||
switch (self.source[cursor]) {
|
||||
'#' => {
|
||||
|
|
Loading…
Reference in New Issue