Skip to content

Releases: morgankenyon/tinyfs

0.0.2 - Supporting More F# Primitive Values

26 Feb 02:15
c60dd4f

Choose a tag to compare

Adding support for the int64, float32, float64 and bool primitives.

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1 - First release of TinyFS

19 Feb 01:47
5010c3e

Choose a tag to compare

Pre-release

The first release of TinyFS. Supporting a small subset of language features:

  • int32
  • functions
  • let bindings
  • if/then expression
  • while loop

What's Changed

New Contributors

Full Changelog: https://github.com/morgankenyon/tinyfs/commits/v0.0.1