refactor(lexer): change token_handle to token result

Refs: #1
This commit is contained in:
2026-06-02 16:47:02 +02:00
parent 3491f9aebb
commit cb7a348540
9 changed files with 162 additions and 111 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ struct body {
};
/**
* @brief Alias for handle to body.
* @brief Alias for body result.
* @see body
*/
using body_h = handle<body>;