Download List

Descripción del Proyecto

Ragel compiles finite state machines from regular languages into C, C++, Objective-C, D, Java, or Ruby code. It allows the programmer to embed actions at any point in a regular language, and to control non-determinism in the resulting machines. It understands concatenation, union, kleene star, subtraction, intersection, epsilon transitions, and various other common operators. It also supports the construction of scanners and the building of state machines using state charts. It can be used to create very fast recognizers and parsers that are also robust.

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.

2009-12-03 12:49
6.6

Errores relacionados con incluir caminos, manejo de las condiciones de error, y las directivas de línea de impresión se han arreglado.
Bugs related to include paths, handling error conditions, and printing line directives were fixed.

2009-05-19 05:42
6.5

Un error en la generación de graphviz fue corregido. Un error en relación con sistemas de 64 bits y las máquinas definidas con números hexadecimales se ha fijado. El sistema de construcción fue trasladado a automake.
A bug in graphviz generation was fixed. A bug related to 64-bit systems and machines defined with hex numbers was fixed. The build system was moved to automake.

2009-03-23 05:51
6.4

Los programas de back-end se retiraron y se combina con la interfaz. Nuevo escribir comandos fueron agregados. Errores fueron corregidos.
The backend programs were removed and merged into the frontend. New write commands were added. Bugs were fixed.

2008-08-30 02:47
6.3

Duplicar incluir la prevención se ha fijado y mejorado. Una afirmación falsa estimulado durante la creación de escáneres de las condiciones fue corregido. Un accidente en la búsqueda fallida de un goto / target llamada fue fijado.
Tags: Minor bugfixes
Duplicate include prevention was fixed and improved. A false assertion spurred during the creation of scanners with conditions was fixed. A crash on the failed lookup of a goto/call target was fixed.

2008-05-09 22:59
6.2

Una serie de fallos informados fueron corregidos. Incluyen la importación y la búsqueda de archivos se ha mejorado. El I-incluir una opción de esta ruta.
A number of reported bugs were fixed. Include and import file searching was improved. The -I include path option was added.

Project Resources