X-Git-Url: https://git.rmz.io/my-scheme.git/blobdiff_plain/f124ec5ddc0b30d092be82eb7b9fd3a9d1f47990..f842fb4a461de09bae23b67773611ba08cd21885:/app/Main.hs diff --git a/app/Main.hs b/app/Main.hs index 2740935..015db3a 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -2,6 +2,9 @@ module Main where import Text.ParserCombinators.Parsec import System.Environment +symbol :: Parser Char +symbol = oneOf "!#$%&|*+-/:<=>?@^_~" + main :: IO () main = do args <- getLine