Language.Egison.Parser.NonS
Contents
Description
This module provides the parser for the new syntax.
parseTopExprs :: String -> RuntimeM (Either String [TopExpr]) Source #
parseTopExpr :: String -> RuntimeM (Either String TopExpr) Source #
parseExprs :: String -> RuntimeM (Either String [Expr]) Source #
parseExpr :: String -> RuntimeM (Either String Expr) Source #
upperReservedWords :: [String] Source #
lowerReservedWords :: [String] Source #