Releases: JoshKarpel/fungoid
Releases · JoshKarpel/fungoid
v0.3.1
0.3.1
Changed
- Tweaked package metadata.
v0.3.0
v0.2.2
0.2.2
Changed
- Dropped
chrono
dependency.
v0.2.1
0.2.1
Added
- IDE mode now allows editing of the program.
- A set of example programs is now bundled into the
fungoid
executable. Runfungoid examples
to see theNAME
s of the examples, andfungoid run example:NAME
orfungoid ide example:NAME
to execute them.
Changed
- Errors during program execution now return
Result
s instead of panicking.
v0.2.0
- Introduce TUI IDE mode.