Skip to content

CxL v2.10.0

Compare
Choose a tag to compare
@aarikpokras aarikpokras released this 26 Dec 00:32
· 34 commits to master since this release
3701dd6

v2.9.0 → v2.10.0

  • Types
    • any
      • Can be assigned with nums, strs, number and string literals.
      • Useful for functions that need to accept an argument of any type
  • Important Changes
    • Removed template for num
      • Removed need to declare types in functions
  • Other
    • Conversion operators for num
    • Fix problem where nums can't be added to number literals

Full Changelog: v2.9.0...v2.10.0

  • To do/Upcoming
    • Get value for any type
    • Windows configure script
    • Make G++ errors/warnings more readable
    • Weakly-typed option