SFTtech Nyan Versions Save

Typesafe hierarchical key-value database with inheritance and dynamic patching :smiley_cat:

v0.3

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/SFTtech/nyan/compare/v0.2...v0.3

v0.2

2 years ago

new language features:

  • nyan file format version numbers
  • optional members - can be None or a value
  • children object members - can only hold heirs of the speficied object
  • abstract object members - can hold object where not all members have values
  • dict members - key-value storage with arbitrary types (keys must be hashable)
  • infinity handling for numbers
  • int and float compatiblity

v0.1.1

3 years ago

Should compile on Windows again.