hwhile-0.1.1.0: An implementation of Neil D. Jones' While language
DesugarSI
loadProg :: FilePath -> FilePath -> [FilePath] -> ExceptT String IO InProgram Source #
desugarProg :: FilePath -> [FilePath] -> SuProgram -> ExceptT String IO InProgram Source #
desugarBlock :: FilePath -> [FilePath] -> SuBlock -> ExceptT String IO InBlock Source #
desugarComm :: FilePath -> [FilePath] -> SuCommand -> ExceptT String IO InBlock Source #