Skip to content

Version 1.2.0

Latest
Compare
Choose a tag to compare
@bmo-at bmo-at released this 10 Nov 14:03
· 15 commits to master since this release
  • 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