stack setup and integer expression parser

This commit is contained in:
vegowotenks 2024-09-15 12:39:46 +02:00
commit 165b00b54d
12 changed files with 318 additions and 0 deletions

2
test/Spec.hs Normal file
View file

@ -0,0 +1,2 @@
main :: IO ()
main = putStrLn "Test suite not yet implemented"