Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Die Syntax "zu löschen, wenn Anwendungsbereich" ist jetzt verfügbar und können verwendet werden, um lexikalische Datentypen (Tags) zu entfernen, wenn Syntax-Typen außer Kontrolle geraten Anwendungsbereich. Es ist notwendig, Typ Neudefinition zu ermöglichen. Drei neue Funktionen wurden hinzugefügt: zz_get_error_number (), zz_get_param_stack_depth () und zz_lex_remove_tag (). Die Funktion zz_lex_add_new_tag wurde geändert. Die dynamische lib Erweiterungen ABI wurde geändert, und beim Laden ist nun behoben. Nun ist die init-Funktion gestattet zz_ext_init (). Ein Bug, der derzeit in gcc-2,96-98 war die Erstellung avl.c umgingen.
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

Die 'pop void Regel "Fehler wurde umgingen. Die U / min. Spec-Datei wurde aktualisiert.
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

Diese Version bricht Binär-Kompatibilität für das Hinzufügen neuer Tag Spaß. RH7.x Zusammenstellung Probleme wurden behoben. Ein RPM spec-Datei hinzugefügt wurde. Real consts jetzt standardmäßig zu schweben statt Doppelzimmer für eine bessere Abwärtskompatibilität. Die tag_of Syntagma wurde hinzugefügt.
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