forked from GitHub/gf-core
Transfer: Removed PType from source and core languages.
This commit is contained in:
@@ -44,7 +44,7 @@ share :: String -> String
|
||||
share = id
|
||||
|
||||
data Tok =
|
||||
TS !String -- reserved words
|
||||
TS !String -- reserved words and symbols
|
||||
| TL !String -- string literals
|
||||
| TI !String -- integer literals
|
||||
| TV !String -- identifiers
|
||||
|
||||
Reference in New Issue
Block a user