Skip to content

v0.2.5

Latest
Compare
Choose a tag to compare
@iwillspeak iwillspeak released this 04 Dec 10:38
· 24 commits to main since this release

Bug Fixes and Improvements:

  • Improved representations of lambda capture environments. #50
    • Uses fields not slots array to reduce indirection.
    • No empty leaf environments are generated.
    • "threading" of indirect environment captures.
  • Adds (scheme time) library.
  • Adds (scheme process-context) library.
  • Adds low-level random interface (feersum serehfa random-bits).
  • Add a sub-set of the (schme read) library.
  • MSBuild canonical error format #53.
  • Introduces a new lexer capable of recognising all the current tokens.