#147 Build 1.0.11

brian Tue 10 Jul 2007

Build 10 was a major refactoring to the compiler to enable compiling against any arbitrary directory of pods. This enabled refactoring for build 11 to split Method into a separate Func class.

Build 1.0.10 (7 Jul 07)

  • Remove all the old Java based compiler code
  • Change Int intern to -256 to 1024
  • Major refactoring of compiler - fcode now implements namespace mixins
  • Ability to compile against any arbitrary dependsDir

Build 1.0.11 (10 Jul 07)

  • Java runtime dependency checking
  • Compiler dependency checking
  • MethodParam->Param, fieldField->of, paramType->of, returnType->returns
  • Split Func out of Method

Login or Signup to reply.