Download



CodeWorker is distributed under the terms of the GNU Lesser General Public License.
The Sun Solaris version compiles under CC v8 correctly since version 3.5.
The Mac version compiles under Mac OS X 10.3 correctly since version 3.4.
The Linux version compiles under gcc 3.2 20020927.
CodeWorker runs under Cygwin correctly since version 2.09.

Under Linux/Unix, please read the Makefile before compiling.

Under Windows platform, you might have to download the DLLs below:
  • From version 3.5 of the binary: runtime DLLs of VC++ 7.1 msvcp71.dll and msvcr71.dll in "‰SystemRoot‰/System32".
  • Up to version version 3.4 of the binary: runtime DLL of VC++ 6.0 msvcp60.dll in "‰SystemRoot‰/System32".
Since the version 3.10.3, binary and source packages are signed by a GnuPG signature. You can import the public key of the signature stored in GnuPG_PubKey.txt and then check the integrity of the package, typing:
    gpg --verify <CodeWorker_WIN/SRCx_y.zip>.asc <CodeWorker_WIN/SRCx_y.zip>
where <CodeWorker_WIN/SRCx_y.zip>.asc can be found with the description of the package.

Please do not hesitate to contact us for any trouble (source recompiling, binaries, constructive criticisms, suggestions, ...).

 To subscribe to new releases.

CodeWorker 4.1.2, 02apr2006
Platform Type Size Archive
WINDOWS 98/2000/NT/XP binaries 653408 CodeWorker_WIN4_1_2.zip
Any platform (?) sources 3170418 CodeWorker_SRC4_1_2.zip
Documentation
Type Size Document
Reference Manual 1081310 CodeWorker.pdf
Reference Manual - Online documentation
Tutorial - Practice of parsing and code generation for generative programming
Tutorial French Automatiser le développement d'applications; parcours découverte
Last Java interface for CodeWorker (version 4.1.2)
Platform Type Size Archive
WINDOWS 98/2000/NT/XP binaries 697470 CodeWorker_Java.zip
Any platform (?) The sources are located in the directory "java/src" (download CodeWorker sources). Please read this page about the Java interface for more information.
Last .NET assembly of CodeWorker (version 4.1.2)
Platform Type Size Archive
WINDOWS 98/2000/NT/XP binaries 696482 CodeWorker_NET.zip
Any platform (?) To compile it for Mono, the sources are located in the directory "cs/src" (download CodeWorker sources). Please read this page about the .NET assembly for more information.
Changes
Date Type Caller Description
31mar2006 bug_fix - The loading policy of a dynamically-linked plugin was extremely restricted under Windows NT4, 2000 and more recent versions. The DLL was necessarily at the same place as CodeWorker's executable. Now, the interpreter also looks into include path and current working directory.
17mar2006 feature Mohamed Selim BEN ALI treeNode#root navigates directly to the root node of the parse tree that contains treeNode.
16mar2006 bug_fix - POST and GET HTTP requests (using cURL library) weren't working properly.

Click here to look up all past downloads of CodeWorker

 CodeWorker is maintained by Cedric Lemaire. Please send a mail to Submit a bug or feature