Skip to content

v1.1.2

Compare
Choose a tag to compare
@schungx schungx released this 05 Nov 15:56
c21fb23

This release fixes a number of bugs:

  • 0.0 now prints correctly (used to print 0e0).
  • Unary operators are now properly recognized as an expression statement.
  • The global namespace is now searched before packages, which is the correct behavior.

A regression in string operations via the + operator is also reversed.