Skip to content

v0.2.0

Compare
Choose a tag to compare
@mitchpaulus mitchpaulus released this 27 Feb 22:28
· 164 commits to main since this release

0.2.0

Changed

  • Executable is now called nbem instead of bemp.

Added

  • Vast documentation additions, including 'Getting Started' section.
  • Boolean literal syntax, (i.e. true, false, , ).
  • Let binding syntax.
  • Replacement ability in comments.
  • Loading from Excel functionality.
  • Grammar and functionality for exports.
  • Ability to import from web location.
  • Ability to read input from standard input.

Fixed

  • Printing of lists of lists now flattens output as expected.
  • lambda expressions can now properly return values.
  • Variable assignment with nested structures now works as expected.

Removed

  • data syntax. Replaced with load function.