Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 492 Bytes

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 492 Bytes

Changelog

0.2.2

0.2.1

Added

  • IDE mode now allows editing of the program.
  • A set of example programs is now bundled into the fungoid executable. Run fungoid examples to see the NAMEs of the examples, and fungoid run example:NAME or fungoid ide example:NAME to execute them.

Changed

  • Errors during program execution now return Results instead of panicking.

0.2.0

Added

  • Added IDE mode (fungoid ide FILE), with visual execution of programs.