added memory manipulation constructs
This commit is contained in:
@@ -15,7 +15,7 @@ data ZorthExpr = ZorthASTInteger Int
|
||||
| ZorthASTComment String
|
||||
deriving Show
|
||||
|
||||
word1 :: Parser String
|
||||
word1 :: Parser String
|
||||
word1 = do
|
||||
x <- sat (\x -> x /= '\n' && x /= ' ')
|
||||
xs <- word
|
||||
|
||||
Reference in New Issue
Block a user