secd-0.1.0.0: A Haskell implementation of the SECD abstract machine

Safe HaskellSafe
LanguageHaskell2010

Language.MicroLisp.SExprParser

Synopsis

Documentation

readSExpr :: String -> Either ParseError SExpr Source #

Parse an s-expression

data SExpr Source #

Constructors

SAtom String 
SList [SExpr] 
SInt Int