aboutsummaryrefslogtreecommitdiff
path: root/LibLang.hs
diff options
context:
space:
mode:
Diffstat (limited to 'LibLang.hs')
-rw-r--r--LibLang.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/LibLang.hs b/LibLang.hs
new file mode 100644
index 0000000..3ca54ed
--- /dev/null
+++ b/LibLang.hs
@@ -0,0 +1,9 @@
+{-# LANGUAGE TemplateHaskell #-}
+module LibLang where
+
+import Data.ByteString (ByteString)
+import Data.FileEmbed
+
+
+libLangSource :: ByteString
+libLangSource = $(embedFile "liblang.asm")