Add node_handle alias suffix _h

Signed-off-by: CHatingPython <chatingpython@gmail.com>
This commit is contained in:
CHatingPython
2026-05-26 21:29:50 +02:00
committed by CHatingPython
parent f130553e20
commit 86988ffea5
9 changed files with 74 additions and 58 deletions
+2
View File
@@ -37,6 +37,8 @@ token_handle<> lexer::next_token() {
return { current_location(), "unexpected end of file before enclosing `*/`" };
}
m_cursor += 2;
} else {
break;
}
skip_spaces();
}