Add raws, loaded statically from a folder

Add raw types with support for both creatures and items, loaded
statically from a "raws" folder just like in the Rust version.
This commit is contained in:
Griffin Smith 2019-09-02 13:56:25 -04:00
parent 243104c410
commit 4d270712ae
10 changed files with 204 additions and 10 deletions

View file

@ -1,6 +1,6 @@
-- |
module Xanthous.DataSpec where
module Xanthous.DataSpec (main, test) where
import Test.Prelude hiding (Right, Left, Down)
import Xanthous.Data