Download List

Projeto Descrição

OpenZz is an interpreted dynamic parser which is
well-suited to rapid development of parsing
solutions, starting from rapid language
prototyping to full-fledged compilers. OpenZz is
a dynamic LALR(1) parser which allows its grammar
to be modified and extended by commands written
in its own language as well as through
functionality provided by external libraries. It
is implemented as a C library and exports
C-bindings, so it can be joined with other code
libraries both by static linking and runtime
module loading.

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.

2002-06-26 23:23
1.0.4

A sintaxe "quando eliminar alcance» já está disponível e pode ser usado para remover os tipos de dados lexicais (tags) tipos de sintaxe quando sair do escopo. É necessário permitir a redefinição do tipo. Três novas funções foram adicionadas: zz_get_error_number (), zz_get_param_stack_depth (), e zz_lex_remove_tag (). O zz_lex_add_new_tag função foi alterada. As extensões dinâmicas lib ABI foi alterado, eo carregamento foi reparado. Agora, a função init é chamado zz_ext_init (). A presença de um bug no GCC-2,96-98 compilação avl.c foi contornada.
Tags: Minor bugfixes
The syntax 'when delete scope' is now available, and may be used to remove lexical data types (tags) when syntax types get out of scope. It is necessary to allow type redefinition. Three new functions were added: zz_get_error_number(), zz_get_param_stack_depth(), and zz_lex_remove_tag(). The function zz_lex_add_new_tag was changed. The dynamic lib extentions ABI was changed, and loading is now fixed. Now the init function is named zz_ext_init(). A bug present in gcc-2.96-98 compiling avl.c was worked around.

2002-04-09 18:22
1.0.2

O bug "regra void pop 'foi contornado. O RPM. Spec foi atualizado.
Tags: Minor bugfixes
The 'pop void rule' bug has been worked around. The RPM .spec file was updated.

2002-03-18 19:02
1.0.1

Esta versão quebras compatibilidade binária para adicionar nova tag diversão. Compilação RH7.x problemas foram corrigidos. Um arquivo de especificação do RPM foi adicionado. Real consts agora padrão para flutuar em vez de casal para uma melhor compatibilidade com versões anteriores. O sintagma tag_of foi adicionado.
Tags: Major bugfixes
This release breaks binary compatibility for new
tag adding fun. RH7.x compilation problems were
fixed. An RPM spec file was added. Real consts now
default to float instead of double for better
backward compatibility. The tag_of syntagma was
added.

2002-02-07 22:19
1.0

Tags: Initial freshmeat announcement

Project Resources