From bb18c15c8cf5272f86978a2555909129b459d1dd Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Thu, 16 Jan 2025 20:59:08 -0600 Subject: [PATCH] add more paths to executable --- test/.ghci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/.ghci b/test/.ghci index 478f0d4..7a81e37 100644 --- a/test/.ghci +++ b/test/.ghci @@ -1,3 +1,3 @@ :set stop :list :set prompt "\ESC[1;34m%s \ESC[0;35mλ>\ESC[m " -:load Main ../src/GP ../src/Push +:load Main ../src/GP ../src/Push ../src/State ../src/Instructions/IntInstructions ../src/Instructions/FloatInstructions ../src/Instructions/ExecInstructions