From 9331780bedd675ece82aebd1f12ce8b053a618f8 Mon Sep 17 00:00:00 2001 From: dan Date: Sat, 20 Apr 2024 13:58:34 -0400 Subject: feat: project also builds a "repl" executable --- app/Repl.hs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/Repl.hs (limited to 'app') diff --git a/app/Repl.hs b/app/Repl.hs new file mode 100644 index 0000000..9f26d78 --- /dev/null +++ b/app/Repl.hs @@ -0,0 +1,6 @@ +module Main where + +import BizExpr (repl) + +main :: IO () +main = repl -- cgit v1.2.3