diff options
-rw-r--r-- | src/Parser.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Parser.hs b/src/Parser.hs index feb56d3..34d90ba 100644 --- a/src/Parser.hs +++ b/src/Parser.hs | |||
@@ -97,12 +97,6 @@ parseQuasiquote = parseModifier "`" "quasiquote" | |||
97 | parseUnquote = parseModifier "," "unquote" | 97 | parseUnquote = parseModifier "," "unquote" |
98 | parseUnquoteSplicing = parseModifier ",@" "unquote-splicing" | 98 | parseUnquoteSplicing = parseModifier ",@" "unquote-splicing" |
99 | 99 | ||
100 | -- parseLispValue = do | ||
101 | -- pepe <- parseLispValueNoComments | ||
102 | -- try parseComment | ||
103 | -- return pepe | ||
104 | |||
105 | |||
106 | parseLispValue :: Parser Expr | 100 | parseLispValue :: Parser Expr |
107 | parseLispValue = | 101 | parseLispValue = |
108 | parseString | 102 | parseString |