diff options
author | johnvg | 2007-11-20 12:03:35 +0000 |
---|---|---|
committer | johnvg | 2007-11-20 12:03:35 +0000 |
commit | 21649c0a0016c70689be7e6f295bee539265b4b1 (patch) | |
tree | 06063d32763e0375db54f2042651c42f4667a11f /frontend/scanner.icl | |
parent | remove is_pattern argument from functions (diff) |
remove ExclamationToken from context independent tokens to
prevent error for:
!+! a b -> a
!+! a b = a
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1690 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/scanner.icl')
-rw-r--r-- | frontend/scanner.icl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/scanner.icl b/frontend/scanner.icl index 8cada50..a5df19b 100644 --- a/frontend/scanner.icl +++ b/frontend/scanner.icl @@ -434,7 +434,6 @@ notContextDependent token SquareCloseToken -> True SemicolonToken -> True CommaToken -> True - ExclamationToken -> True ClassToken -> True InstanceToken -> True OtherwiseToken -> True |