Download List

Projeto Descrição

CodeWorker is a versatile parsing tool and a universal source code generator. It interprets a scripting language for producing reusable, tailor-made, evolving, and reliable IT systems with a high level of automation. The file formats to parse are described in an extended-BNF syntax. Template-based scripts drive the writing of patterns for generating code or text. The code generation knows how to preserve protected areas with hand-typed code and provides code expansion, source-to-source translation, and program transformation. It provides a native translation of CodeWorker's scripts in C++.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-10-31 14:28
4.0.2

Um recurso foi adicionado ao código de geração de saber onde o resultado vem. Em CodeWorker, um arquivo de saída é gerada por um modelo baseado em script. A directiva # pede cobertura para a gravação de cada posição script dando origem a um pedaço de arquivo de saída.
Tags: Minor feature enhancements
A feature has been added to code generation to
know where the output comes from. In CodeWorker,
an output file is generated by a template-based
script. The #coverage directive asks for the
recording of every script position giving rise to
a piece of the output file.

2005-08-22 10:35
4.0.1

Alguns pequenos bugs foram corrigidos (o # directiva de harmonização, nomeadamente) e alguns pequenos recursos foram adicionados. A tradução nativo de scripts CodeWorker a C + + foi melhorada para se preparar para a tradução dos scripts Java nativo.
Tags: Minor bugfixes
Some minor bugs were fixed (the #matching
directive, notably) and some small features were
added. The native translation of CodeWorker
scripts to C++ has been improved to get ready for
the Java native translation of scripts.

2005-08-01 10:37
4.0

Esta é uma grande evolução do CodeWorker. Agora é possível integrar as características CodeWorker a respeito de análise e geração de código em C + +, Java e. NET. A tradução nativo de scripts CodeWorker produz um arquivo C + + código fonte que pode ser otimizado. O C + + Optimizer é um script de transformação externa programa que o desenvolvedor pode reutilizar a implementar sua próprias transformações.
Tags: Major feature enhancements
This is a major evolution of CodeWorker. It is now
possible to integrate the CodeWorker's features
regarding parsing and code generation into C++,
Java, and .NET applications. The native
translation of CodeWorker scripts produces a C++
source code file which can be optimized. The C++
optimizer is an external program transformation
script that the developer can reuse to implement
her own transformations.

2005-06-27 10:27
3.12

A sessão do depurador agora aceita breakpoints condicionais e alças watchpoints de variáveis, condicional ou de outra forma. Esses novos recursos são muito eficientes para acelerar a depuração. Condições de conformidade com a sintaxe de expressões usuais CodeWorker. Quando uma ruptura / watchpoint é ativado, um bloco de instruções pode ser executado. O bloco é um pedaço de script CodeWorker.
Tags: Major feature enhancements
A debugger session now accepts conditional breakpoints and handles watchpoints on variables, conditional or otherwise. These new features are very efficient for accelerating debugging. Conditions conform to the syntax of usual CodeWorker expressions. When a break/watchpoint is activated, a block of instructions can be executed. The block is a piece of CodeWorker script.

2005-06-06 16:17
3.11

A linguagem de script agora lida com a noção de iteradores. Algumas funções que giram em torno iteradores foram adicionados.
Tags: Minor feature enhancements
The scripting language now handles the notion of
iterators. Some functions revolving around
iterators were added.

Project Resources