From 13f549d68fb235522ae98bf04d2e09abdb1442ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 27 Feb 2025 16:39:04 +0100 Subject: Refactor script/expression related code to multiple modules --- src/Parser/Core.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Parser/Core.hs') diff --git a/src/Parser/Core.hs b/src/Parser/Core.hs index 5fb2139..abd8b96 100644 --- a/src/Parser/Core.hs +++ b/src/Parser/Core.hs @@ -17,6 +17,8 @@ import Text.Megaparsec.Char import qualified Text.Megaparsec.Char.Lexer as L import Network () +import Script.Expr +import Script.Module import Test newtype TestParser a = TestParser (StateT TestParserState (ParsecT CustomTestError TestStream IO) a) -- cgit v1.2.3