X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=parse.dcl;h=111540c5e5f617bf5197a86b5ae23822b0996201;hb=efc7d1fda30d97e2479e0854edbf609229c5bc98;hp=c5d2724366bd47ac1bb2e48c67dd335bdd809b24;hpb=fe40818bbc1d327f0adfbbbfe7ecfbe15d4eb053;p=cc1516.git diff --git a/parse.dcl b/parse.dcl index c5d2724..111540c 100644 --- a/parse.dcl +++ b/parse.dcl @@ -4,7 +4,7 @@ from Data.Either import :: Either from Data.Maybe import :: Maybe from StdString import class toString -import lex +from lex import :: LexerOutput, :: Error, :: Token, :: TokenValue, :: Pos from AST import :: AST :: ParserOutput :== Either Error AST