Skip to content

cito 2.1.2

Compare
Choose a tag to compare
@pfusik pfusik released this 15 Feb 06:42
· 727 commits to master since this release

See Getting Started.

Changes since 2.1.1:

  • long transpiles to JavaScript's BigInt.
  • List.AddRange, List.Last.
  • Math.Abs, Math.Min, Math.Max, Math.Clamp, Math.Round.
  • case null.
  • The ? : operator now accepts object types where one is not a base class of the other.
  • Fixed printing long in C and OpenCL.
  • Fixed crashes after reporting errors.
  • The Visual Studio Code extension now underscores the invalid tokens instead of whole lines.