diff options
author | alimarin | 2002-06-03 09:49:30 +0000 |
---|---|---|
committer | alimarin | 2002-06-03 09:49:30 +0000 |
commit | 4505f798844949021d529670dde91dcd0d22f9cd (patch) | |
tree | be3742504873d11df0bbecae502e609935c3fe84 /frontend/scanner.dcl | |
parent | - improved handling of equivalent types within one application to share a (diff) |
added constructor/type/field information to generics
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1079 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/scanner.dcl')
-rw-r--r-- | frontend/scanner.dcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/scanner.dcl b/frontend/scanner.dcl index 6399d2a..88a919e 100644 --- a/frontend/scanner.dcl +++ b/frontend/scanner.dcl @@ -110,6 +110,7 @@ instance <<< FilePosition | DeriveToken // derive | GenericOpenToken // {| | GenericCloseToken // |} + | GenericOfToken // of | ExistsToken // E. | ForAllToken // A. @@ -119,6 +120,7 @@ instance <<< FilePosition | TypeContext | FunctionContext | CodeContext + | GenericContext :: Assoc = LeftAssoc | RightAssoc | NoAssoc |