Skip to content

Releases: stuin/Solisp

v1.1.1

29 Sep 18:25

Choose a tag to compare

  • Fixed spaces in command line arguments
  • Re added literal string evaluation to back end

v1.1.0

22 Sep 01:11

Choose a tag to compare

  • New data type Name used for any token without "
  • Strings will not be resolved as variable names unless they are directly converted to a Name
  • Added better handling of \n, \t, \r \\ \"
  • List to String conversion no longer uses space as a deliminator
  • JoinD function added with deliminator before list of items to combine
  • Join function left alone for backwards compatibility
  • Force function added to implicitly convert between data types

Should have marked 1.0 as the commit before this