Changelog for sexpresso-1.0.0.2
Changelog for S-expresso
Version 1.0.0.2
- Update Resolver
- Update synopsis
Version 1.0.0.1
- Add version bounds to the dependencies
Version 1.0.0.0
-
Change type of SExprParser from
SExpParser m c b a
toSExprParser m b a
. Thec
parameter is now an existential. -
SExprParser
is not a record anymore. SopAtom
,pSpace
andpSpacingRule
are now functions and cannot be used in record syntax. The have been rename togetAtom
,getSpace
andgetSpacingRule
. -
The
pSTag
andpETag
functions have been removed sinceSExprParser
is defined using an existential. -
Documentation improvements.
Version 0.1.1.1
- Fix documentation error for the pattern :::
Version 0.1.1.0
- Add Scheme R5RS language
Version 0.1.0.0
- SExpr datatype
- Generic SExpr parser
- SExpr parser for character
- SExpr flat printer