werkt
[cc1516.git] / parse.icl
index 3344e27..5551f20 100644 (file)
--- a/parse.icl
+++ b/parse.icl
@@ -1,7 +1,9 @@
 implementation module parse
 
 import StdString
+import Data.Either
 
+import yard
 import lex
 
 parse :: LexerOutput -> ParserOutput