Skip to content

Releases: g-s-k/parsley

A language with adaptive-precision arithmetic

29 Jan 14:00
Compare
Choose a tag to compare
v0.9.0

[ci skip] version bump - 0.9.0

A language with tail call optimization

29 Jan 03:03
Compare
Choose a tag to compare
v0.8.0

add crates.io badge

v0.6.2

20 Jan 20:14
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release
[ci skip] version bump

0.6.0

09 Jan 01:17
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

Breaking changes since 0.5.0:

  • LispError is now just Error and is no longer in the prelude
    module.
  • LispResult is now just Result and is no longer in the prelude
    module.
  • SExp::make_symbol has been shortened to SExp::sym.

New features since 0.5.0:

  • sexp! macro for building SExps like a vector.
  • eval! macro for less verbose evaluation.

0.5.0

05 Jan 00:02
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

New in 0.5.0:

  • parsley::proc_utils module to make creating procedures easier
  • map, filter, foldl, eval, and apply available in the runtime