Cito Changelog

What's new in Cito 0.3.0 Beta

Mar 18, 2013
  • Class inheritance with virtual methods.
  • Dynamic array allocation.
  • Extended constant folding.
  • JavaScript Typed Arrays.
  • Installs Mono wrappers for cito and cipad.

New in Cito 0.2.0 Beta (Mar 18, 2013)

  • Created cipad - a simple C' editor with on-the-fly translation.
  • Changed syntax of arrays of storage: MyClass[]() ? MyClass()[], string[](8) ? string(8)[].
  • Fixes for the byte type in ActionScript and C#.
  • Implemented string comparisons in C and Java.
  • Fixed translation of delegates to C in cito compiled on .NET < 4.
  • Fixed errors with the new and 64-bit D compilers.
  • Some optimizations for string handling in C.
  • Documentation has been translated to English.