X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=parse.icl;h=acd7d9c5941ada0eb377ad866065ca65d57b93e7;hb=f5231ebadae1ac54e25dbf5819debb3ab625826d;hp=3344e27bdbe717a7d7ccf77f9f561440947ce736;hpb=953019d8255b9779d67fb1cb6c8946f589a24936;p=cc1516.git diff --git a/parse.icl b/parse.icl deleted file mode 100644 index 3344e27..0000000 --- a/parse.icl +++ /dev/null @@ -1,9 +0,0 @@ -implementation module parse - -import StdString - -import lex - -parse :: LexerOutput -> ParserOutput -parse (Left e) = Left ("Lexer error: " +++ e) -parse (Right r) = Left "Parser not yet implemented"