Neat 0.0.5
FeepingCreature
released this
21 Jul 17:12
·
791 commits
to master
since this release
Neat v0.0.5
Classes can now inherit from interfaces.
Class, struct and module members can be marked with public and private.
Structs can be declared anywhere.
Format strings can be used, as such: int a; string s = "a = $a";
neat build
builds the package specified in package.json
. Dependencies are fetched automatically.