mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 20:22:51 -06:00
Lexer by need.
This commit is contained in:
@@ -44,6 +44,8 @@ cPredefAbs = identC "PredefAbs"
|
||||
cInt = identC "Int"
|
||||
cString = identC "String"
|
||||
|
||||
isPredefCat c = elem c [cInt,cString]
|
||||
|
||||
eType :: Exp
|
||||
eType = Sort "Type"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user