Download List

Descripción del Proyecto

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

La sintaxis "cuando elimine ámbito de aplicación" ya está disponible, y puede ser utilizado para eliminar los tipos de datos léxica (tags), cuando los tipos de sintaxis de salir del ámbito de aplicación. Es necesario para permitir la redefinición de tipos. Tres nuevas funciones se han añadido: zz_get_error_number (), zz_get_param_stack_depth (), y zz_lex_remove_tag (). El zz_lex_add_new_tag función ha cambiado. Las extensiones dinámicas lib ABI fue cambiado, y la carga se ha fijado ahora. Ahora, la función se llama zz_ext_init init (). Un presente fallo en gcc-2.96-98 compilar avl.c se seguirá trabajando.
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

El error "regla de vacío pop 'se ha trabajado alrededor. El RPM. Archivo de especificaciones se ha actualizado.
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

Este comunicado se rompe la compatibilidad binaria para la nueva etiqueta añadir diversión. Problemas de compilación RH7.x fueron corregidos. Un fichero RPM spec fue añadida. Real consts ahora por defecto para flotar en lugar de dos para una mejor compatibilidad con versiones anteriores. El sintagma tag_of fue añadida.
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