{-# LANGUAGE TemplateHaskell #-} module LibLang where import Data.ByteString (ByteString) import Data.FileEmbed libLangSource :: ByteString libLangSource = $(embedFile "liblang.asm")