Skip to content

v0.6.3 - Ancast Poppy

Latest
Compare
Choose a tag to compare
@facekapow facekapow released this 04 Jan 21:40
v0.6.3

Changes

Fixed

Standard Library

  • list package
    • Fix the dereference operator being parsed as multiplication in the Node class
    • TODO in the parser: take line number into account when parsing expressions
      • Maybe do all possible parses and then analyze them later, taking into account line numbers, to determine which is the best alternative
  • list and queue packages
    • Remember to import Size!
  • util package
    • Fix floating point stringification for plain zeros (0 or 0.0)

Added

  • Packaging! (for the compiler)
    • Alta now uses CPack to create distribution packages and installers for all the major platforms