Logoj0ke.net Open Build Service > Projects > devel:tools:building > ragel6 > Meta
Sign Up | Log In

Meta Configuration of Package ragel6

 
1
<package name="ragel6" project="devel:tools:building">
2
  <title>Ragel State Machine Compiler</title>
3
  <description>Ragel compiles finite state machines from regular languages into executable C,
4
C++, Objective-C, or D code. Ragel state machines can not only recognize byte
5
sequences as regular expression machines do, but can also execute code at
6
arbitrary points in the recognition of a regular language. Code embedding is
7
done using inline operators that do not disrupt the regular language syntax.
8
9
10
11
Authors:
12
---------
13
    Adrian Thurston
14
15
</description>
16
</package>
17