Skip to content

Releases: SFTtech/nyan

v0.3 - interface, namespace, fixes

02 Jul 16:43
35a50b0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2...v0.3

v0.2 - dict, optional, abstract, children, infinity

21 Aug 14:28
8e618a0
Compare
Choose a tag to compare

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

Windows Hotfix

19 Mar 21:42
a899eb2
Compare
Choose a tag to compare

Should compile on Windows again.