Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
35f95002
Commit
35f95002
authored
Sep 21, 2006
by
bjorn@bringert.net
Browse files
Made 'for' a special ID in the grammar.
parent
4a8695c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/parser/Parser.y.pp
View file @
35f95002
...
...
@@ -1577,6 +1577,7 @@ special_id
: '
as
' { L1 FSLIT("as") }
| '
qualified
' { L1 FSLIT("qualified") }
| '
hiding
' { L1 FSLIT("hiding") }
| '
for
' { L1 FSLIT("for") }
| '
export
' { L1 FSLIT("export") }
| '
label
' { L1 FSLIT("label") }
| '
dynamic
' { L1 FSLIT("dynamic") }
...
...
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