aboutsummaryrefslogtreecommitdiffstats
path: root/Scanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'Scanner.h')
-rw-r--r--Scanner.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Scanner.h b/Scanner.h
index 5e70db51..5b90a94e 100644
--- a/Scanner.h
+++ b/Scanner.h
@@ -194,6 +194,8 @@ private:
Token::Value scanString();
Token::Value scanSingleLineDocComment();
Token::Value scanMultiLineDocComment();
+ /// Scans a slash '/' and depending on the characters returns the appropriate token
+ Token::Value scanSlash();
/// Scans an escape-sequence which is part of a string and adds the
/// decoded character to the current literal. Returns true if a pattern