Add node_handle alias suffix _h
Signed-off-by: CHatingPython <chatingpython@gmail.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user