aboutsummaryrefslogtreecommitdiff
path: root/frontend/scanner.dcl
diff options
context:
space:
mode:
authorjohnvg2003-12-15 15:25:46 +0000
committerjohnvg2003-12-15 15:25:46 +0000
commit81999c73611b1b21745aeebb0d22c27e5579f905 (patch)
treecf8b4b8877bd5ad031272866c5a97112195ba35e /frontend/scanner.dcl
parentadd BEInsertForeignExport (diff)
add foreign export
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1436 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
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