Download List

Projeto Descrição

Styx is a scanner/parser generator designed to address some shortcomings of the traditional lex/yacc combination. It has unique features like automatic derivation of depth grammar, production of the derivation tree, including it's C interface, preservation of full source information, pretty printing to faciliate source-source translation, and persistence to aid rapid interpreter writing. It also supports reentrancy. Styx works well under several different OSes, including serveral Unixes, DOS, and Windows.

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.

2011-03-28 01:01
1.8.0

As principais mudanças dizem respeito a este release o suporte de EBNF como definições de gramática, especialmente em listas e opções. Para além disso, esta versão contém alguns pequenos ajustes em relação gcc / g + + 4.4 / 5 e VS 2008.
Tags: Stable
The major changes in this release concern the support of EBNF like grammar definitions, especially for lists and options. Beside that, this release contains some minor adjustments regarding gcc/g++ 4.4/5 and VS 2008.

2009-07-28 03:04
1.7.6

Este comunicado contém alguns ajustes devido a novas versões do gcc / g + + 4,4, bem como novas C # módulos scanner runtime.
Tags: Stable, Minor
This release contains some adjustments due to new versions of gcc/g++ 4.4, as well as new C# runtime scanner modules.

2007-01-28 15:57
1.7.5

Esta versão vem com um conjunto de C + + (modelo) classes para a construção de scanners e analisadores.
This release comes with a set of C++ (template)
classes for the construction of scanners and
parsers.

2005-01-22 13:42
1.7

A sintaxe da expressão regular e scanner foram estendidas para lidar com facilidades linguísticas, tais como cordas heredoc bem como ambigüidades (lookahead personagem n). Dois programas de ajuda baseado em graphviz foram adicionados para a visualização de gramática. A documentação foi melhorada com a adição de gramáticas outro exemplo. Minor bugfixes foram feitas para a instalação de pré-processamento e diagnósticos scanner.
Tags: Minor feature enhancements
The regular expression syntax and scanner were extended to handle language facilities such as heredoc strings as well as ambiguities (n character lookahead). Two helper programs based on graphviz were added for grammar visualisation. The documentation was improved by adding further example grammars. Minor bugfixes were made to the preprocessing facility and scanner diagnoses.

2005-01-22 11:58
1.6.1

Tags: Stable, Minor feature enhancements

Project Resources