added memory manipulation constructs

This commit is contained in:
2025-09-09 13:04:32 +01:00
parent 16700541e6
commit b84f5f5e53
2 changed files with 25 additions and 4 deletions

View File

@@ -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