finish REINDEX

This commit is contained in:
TcMits
2025-08-13 15:23:04 +07:00
parent 49a0a3417a
commit bbd96d263c
4 changed files with 1006 additions and 1097 deletions

View File

@@ -361,6 +361,7 @@ impl Display for TokenType {
impl TokenType {
/// if your parsing process expects next token to be TK_ID, remember to call this function !!!
#[inline(always)]
pub fn fallback_id_if_ok(self) -> Self {
use TokenType::*;
match self {