File: control

package info (click to toggle)
ragel 5.14-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,628 kB
  • ctags: 4,619
  • sloc: cpp: 15,187; ansic: 3,490; yacc: 1,921; makefile: 411; sh: 146; awk: 6
file content (19 lines) | stat: -rw-r--r-- 963 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: ragel
Section: devel
Priority: optional
Maintainer: Robert Lemmen <robertle@semistable.com>
Build-Depends: debhelper (>> 4.0.0), flex, bison, gobjc, transfig, tetex-bin, tetex-extra, gs-common, gperf
Standards-Version: 3.7.2

Package: ragel
Architecture: any
Depends: ${shlibs:Depends}
Description: compiles finite state machines into c/c++ code
 Ragel compiles finite state machines from regular languages into C, C++, 
 Objective-C, or D code. Ragel allows the programmer to embed actions at any 
 point in a regular language. Non-determinism can be controlled through the 
 use of embedded priorities and guarded regular language operators. Ragel 
 also supports the construction of scanners and the building of state 
 machines using state-charts. Ragel can be used to create robust recognizers 
 and parsers which run very fast. It can work with integer-sized alphabets 
 and can compile large state machines. The generated code has no dependencies.