Skip to content

Releases: bmo-at/vscode-sosml

Version 1.2.0

10 Nov 14:03
Compare
Choose a tag to compare
  • The first batch of snippets has arrived. These make it easier to access function available at the top level of the interpreter like Real.fromInt or others. They each have the function signature, a description of what the function does and at least one example. Currently implemented are:
    • declaration of an anonymous functions
    • Type declaration of a function
    • String library ( ^, concat, explode, implode, size, str, substring )
    • Real library ( ceil, floor, fromInt, round, trunc, div )
    • List library ( @, app, foldl, foldr, hd, length, map, null, rev, tl ) (more to come here, specifically the additional functions implented in SOSML - list lib)
  • Finally, a logo has been added to the extension

Version 1.1.1

09 Nov 12:40
Compare
Choose a tag to compare

Fixed

  • It was previously possible to open two interpreter windows leading to hijinx involving mixed up files. Such malarky is now avoided.

Version 1.1.0

08 Nov 23:09
Compare
Choose a tag to compare

Added

  • Multiple programs within a file are now treated as such
  • Every program gets a background color out of a set of five (deepskyblue, lawngreen, teal, yellowgreen, darkviolet) to make it easily distinguishable from the others
  • Errors are are written in red on a black background for maximum errorness

Fixed

  • Comments used to create evaluation errors. This is not the case any more!

Version 1.0.0

07 Nov 16:41
c9e10c5
Compare
Choose a tag to compare
  • Open up a interpreter window for SML Code