Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
parseAssemblyText :: MonadSafe m => Text -> m InstructionList #
block :: Identifier -> [Identifier] -> CompilerInstruction #
eqBlock :: (IntegerValue -> Identifier -> InstructionList -> CodeInstruction) -> IntegerValue -> Identifier -> CodeInstruction #
wordsParser :: Parser [Text] #
wordParser :: Parser Text #
skipComment :: Parser () #
endWordParser :: Parser Text #
commentChar :: Char #
liftA4 :: Applicative f => (a -> b -> c -> d -> e) -> f a -> f b -> f c -> f d -> f e #