Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
ca5f6ba5
Commit
ca5f6ba5
authored
Nov 20, 2007
by
John van Groningen
Browse files
remove ExclamationToken from context independent tokens to
prevent error for: !+! a b -> a !+! a b = a
parent
663dd62b
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/scanner.icl
View file @
ca5f6ba5
...
...
@@ -434,7 +434,6 @@ notContextDependent token
SquareCloseToken
->
True
SemicolonToken
->
True
CommaToken
->
True
ExclamationToken
->
True
ClassToken
->
True
InstanceToken
->
True
OtherwiseToken
->
True
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment