diff --git a/src/lexer.h b/src/lexer.h index 157de79..e64a5ee 100644 --- a/src/lexer.h +++ b/src/lexer.h @@ -112,6 +112,7 @@ namespace obelisk /** * @brief Gets the next token in the source code. * + * @throws LexerException when an invalid token is found. * @return int Returns a Token value or char if no known token was found. */ int getToken();