sexp-grammar-1.1.1: Invertible parsers for S-expressions
Language.Sexp
Contents
Synopsis
parseSexps :: FilePath -> String -> Either String [Sexp] Source
parseSexp :: FilePath -> String -> Either String Sexp Source
printSexps :: [Sexp] -> Text Source
printSexp :: Sexp -> Text Source
data Sexp Source
Constructors
Instances
data Atom Source
newtype Kw Source
Fields
data Position Source
dummyPos :: Position Source
getPos :: Sexp -> Position Source