From c3efce4ff72f6284b1036df27edddbe0eae8026b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Fri, 2 Aug 2024 21:02:44 +0200 Subject: Module name declaration Changelog: Accept module name declaration --- src/Parser/Expr.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Parser/Expr.hs') diff --git a/src/Parser/Expr.hs b/src/Parser/Expr.hs index 894856e..fee5c25 100644 --- a/src/Parser/Expr.hs +++ b/src/Parser/Expr.hs @@ -1,4 +1,6 @@ module Parser.Expr ( + identifier, + varName, newVarName, addVarName, -- cgit v1.2.3