#18 #14 Inital parser commit

Added basic parser functionality & tests for these functionalites.
Split tests in several files
This commit is contained in:
Tibo De Peuter 2022-12-17 23:14:04 +01:00
parent 4c1f25e49d
commit 83659e69b4
9 changed files with 504 additions and 12 deletions

9
test/InteractionSpec.hs Normal file
View file

@ -0,0 +1,9 @@
module InteractionSpec where
import Test.Hspec
spec :: Spec
spec = do
describe "Player with Inventory" $ do
it "TODO: Simple test" $ do
pending