Skip to content

Hassium Version 3.2.0

Compare
Choose a tag to compare
@JacobMisirian JacobMisirian released this 28 Aug 22:36
· 140 commits to master since this release

New:
Added Drawing module with Bitmap and Color classes.
Added private Traits.

Changed:
Changed args to be an optional parameter to main instead of a global variable.
Changed generic exception message.
Changed exception message for private member access.

Fixed:
Fixed the scanning of integer literals in the lexer.