aboutsummaryrefslogtreecommitdiff
path: root/frontend/scanner.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/scanner.dcl')
-rw-r--r--frontend/scanner.dcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/scanner.dcl b/frontend/scanner.dcl
index 6ed0019..fcd8edc 100644
--- a/frontend/scanner.dcl
+++ b/frontend/scanner.dcl
@@ -68,6 +68,7 @@ instance <<< FilePosition
| ImportToken // import
| FromToken // from
| SpecialToken // special
+ | ForeignToken // foreign
| IntTypeToken // Int
| CharTypeToken // Char
@@ -77,8 +78,6 @@ instance <<< FilePosition
| FileTypeToken // File
| WorldTypeToken // World
| VoidTypeToken // Void
- | LeftAssocToken // left
- | RightAssocToken // right
| ClassToken // class
| InstanceToken // instance
| OtherwiseToken // otherwise