Skip to content

v0.3.0

Compare
Choose a tag to compare
@stackoverflow stackoverflow released this 18 Jun 12:17
· 17 commits to master since this release

Features

  • Added new syntax for literal BigIntegers and BigDecimals: 100000N, 100000.30M
  • Added support for BigIntegers and BigDecimals in pattern matching

Changes

  • Added factorial function to Math module
  • Added toStringList function to String module
  • Added Contained instance to Map
  • Added Show instance to primitive arrays
  • Added <primitiveArray>FromList functions to Array module
  • Added readLine function to the IO module
  • Added range support for BigInteger and BigDecimal
  • Made ^ operator generic and added implementation for Float64, BigInteger and BigDecimal

Bug Fixes

  • Fixed bug in novah run command where the standard input was not being redirected