Releases: g-s-k/parsley
Releases · g-s-k/parsley
A language with adaptive-precision arithmetic
A language with tail call optimization
v0.8.0 add crates.io badge
v0.6.2
0.6.0
Breaking changes since 0.5.0:
LispError
is now justError
and is no longer in theprelude
module.LispResult
is now justResult
and is no longer in theprelude
module.SExp::make_symbol
has been shortened toSExp::sym
.
New features since 0.5.0:
sexp!
macro for building SExps like a vector.eval!
macro for less verbose evaluation.