Release v0.0.3
--------------
Additions:
-* Added polymorphic structs
-* Added polymorphic structs to polymorphic pattern matching
-* Added I32Map polymorphic structure to core library
+* Added polymorphic structs.
+* Added polymorphic structs to polymorphic pattern matching.
+* Added I32Map polymorphic structure to core library.
+* Added println to core library; print followed by a newline.
+* Added tests/ folder and runtests.sh which will compile and execute the programs in the
+ folder and test against their expected output.
Removals:
Changes:
* Switched to using TCC as the primary compiler, while maintaining support for GCC.
+* boolean literals are compile time known so they can be used at top level.
Bug fixes:
* Fixed error message index for struct literal member type mismatch.
* Fixed freeing non-allocated memory when generating documentation.
+* Fixed alignment issue with struct members