diff options
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/scanner.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/scanner.icl b/frontend/scanner.icl index 4191c03..c54952f 100644 --- a/frontend/scanner.icl +++ b/frontend/scanner.icl @@ -572,7 +572,7 @@ CheckEveryContext s input "class" -> (ClassToken , input) "instance" -> (InstanceToken , input) "otherwise" -> (OtherwiseToken , input) -// "!" -> (ExclamationToken , input) + "!" -> (ExclamationToken , input) // "::" -> (DoubleColonToken , input) "*/" -> (ErrorToken "Unexpected end of comment, */", input) "infixr" # (error, n, input) = GetPrio input |