diff options
author | Camil Staps | 2017-03-07 08:23:41 +0100 |
---|---|---|
committer | Camil Staps | 2017-03-07 08:23:41 +0100 |
commit | 02cafc218d2b2589430f74d72ebc21e89b21e0ec (patch) | |
tree | 6a6a35801eb23655211b961a66c641cd2679b54a /frontend | |
parent | Allow module on lower levels (diff) |
Also accept system keyword in record fields
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/scanner.icl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/scanner.icl b/frontend/scanner.icl index 0d33341..fbd52c9 100644 --- a/frontend/scanner.icl +++ b/frontend/scanner.icl @@ -876,7 +876,6 @@ CheckFunctContext s input "False" -> (BoolToken False , input) "case" -> (CaseToken , input) "of" -> (OfToken , input) - "system" -> (SysModuleToken , input) "from" -> (FromToken , input) "let" # (strict, input) = determineStrictness input -> (LetToken strict, input) |