From baf71d49b62e554a767d7f64052f08133f169e83 Mon Sep 17 00:00:00 2001 From: pieter Date: Wed, 20 Oct 1999 13:18:08 +0000 Subject: ExclamationToken is again a reserved sybol in every context git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@24 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/scanner.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') 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 -- cgit v1.2.3