Skip to content

Releases: JoshKarpel/fungoid

v0.3.1

15 Apr 00:56
247b953
Compare
Choose a tag to compare

0.3.1

Changed

  • Tweaked package metadata.

v0.3.0

14 Oct 03:50
9546c06
Compare
Choose a tag to compare

0.3.0

Changed

  • Reworked the CLI commands, especially for interacting with the bundled examples programs.

v0.2.2

04 May 17:56
1d6596a
Compare
Choose a tag to compare

0.2.2

Changed

  • Dropped chrono dependency.

v0.2.1

02 Jul 03:54
f418de7
Compare
Choose a tag to compare

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.

v0.2.0

05 Jun 17:21
89917b4
Compare
Choose a tag to compare
  • Introduce TUI IDE mode.