Home - MarkyVasconcelos/cajuscript GitHub Wiki

Welcome to the cajuscript wiki! #summary Changelog.

= Changelog =

VERSION 0.4

  • Many bugs solved.
  • Performance increased, much more in compiled mode.
  • [tutorialCompile Compiled mode uses now BCEL to build directly the bytecode.]
  • Suport to array syntax started but the development isn't finished.

VERSION 0.3.5

  • [tutorialCompile Compiler].
  • [tutorialForEach For each].
  • Suport to Java Enums.
  • Bug with statement not closed was solved.
  • Bug with call of Java parameters in cascade was solved.
  • Bug with exception vs erros was solved.

VERSION 0.3

  • [tutorialCache Parser can be cached] to high performance with scrits executed many times.
  • [sampleSyntax Syntax customizable] with regular expression.
  • [tutorialOperable Operable interface] for manipulate mathematic calculation with a class Java.
  • Java calls performance in loops was increased.
  • Bug with generics solved.
  • Suport to especial character encoding like Java with "\uXXXX".
  • Many others bugs been solved.

VERSION 0.2.1

  • Bug recursive functions solved.
  • A lot of bugs solved.

VERSION 0.2

  • Very faster (see [testScriptsTester scripts tester])
  • Syntax Customizable ([sampleSyntaxBasic Basic], [sampleSyntaxBasic Java] and [sampleSyntax your syntax])
  • Contexts. On [tutorialFunction functions] can be specified an global or local variable with same name.
  • [tutorialTryCatch Try/Catch] supported
  • [tutorialLoop Loop] support "continue" and "break".