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.