-fn @"error"(self: *Parser, token: Token, message: []const u8) !noreturn {
- try lox.parse_error(self.allocator, token, message);
+fn err(self: *Parser, token: Token, message: []const u8) !noreturn {
+ try lox.parseError(self.allocator, token, message);