Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ragel: Finite state machine compiler
- Summary
- Ragel compiles finite state machines from regular languages into executable C,
C++, Objective-C, or D code. Ragel state machines can not only recognize byte
sequences as regular expression machines do, but can also execute code at
arbitrary points in the recognition of a regular language. Code embedding is
done using inline operators that do not disrupt the regular language syntax.
Arch: src
Download: | ragel-5.19-4.al3.src.rpm |
Build Date: | Mon Mar 26 14:07:44 2007 |
Packager: | Aurora SPARC Linux <http://bugzilla.auroralinux.org> |
Size: | 513 KiB |
Changelog
- * Sat Mar 24 17:00:00 2007 Jeremy Hinegardner <jeremy{%}hinegardner{*}org> - 5.19-4
- further replacement of rlcodegen
- rework patches
- * Fri Mar 23 17:00:00 2007 Jeremy Hinegardner <jeremy{%}hinegardner{*}org> - 5.19-3
- replace RPM_BUILD_ROOT in spec file with buildroot macro
- cleanup rpmlint errors for the src.rpm
- add ragel(1) man page patch
- * Tue Mar 20 17:00:00 2007 Jeremy Hinegardner <jeremy{%}hinegardner{*}org> - 5.19-1
- Creation of spec file