CodeWorker



Changes on version 4.4
Date Type Caller Description
18nov2007 improvement David GIRON #break is now able to leave a BNF repeating sequence conditionally. The condition follows the directive name between parenthesis, exactly like a #check.
18nov2007 improvement David GIRON #continue can describe a custom error message. This message will be thrown instead of the default one ordinarly raised by the BNF engine as soon as a failure occurs in the rest of the BNF sequence.
18nov2007 function Benjamin GUESNEAU
  • procedure extendExecutedScript(scriptContent : string)
    ParameterTypeDescription
    scriptContentstringA piece of CodeWorker's script to compile at the end of the currently executed script

    Extend the currently executed CodeWorker's script with new instructions. The argument scriptContent is a piece of script to compile at the end of the executed script.

13oct2007 bug_fix Pierre Mitzrahi The call of equalTrees without declaring each tree parameter before caused a segmentation fault.
13oct2007 bug_fix Sergey Sikorskiy CodeWorker won't compile NetSocket.cpp wiht gcc 4.1.2 on x86_64 platform.