mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Rewrap dev-util DESCRIPTIONs
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
SUMMARY="Ragel compiles executable finite state machines from regular languages"
|
||||
DESCRIPTION="
|
||||
Ragel compiles executable finite state machines from regular languages.
|
||||
|
||||
Ragel targets C, C++, Objective-C, C#, D, Java, Ruby, OCaml and Go.
|
||||
|
||||
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."
|
||||
|
||||
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.
|
||||
"
|
||||
HOMEPAGE="http://www.complang.org/ragel"
|
||||
SRC_URI="http://www.complang.org/ragel/ragel-6.8.tar.gz"
|
||||
CHECKSUM_MD5="1bb39745ac23da449019f9f2cb4b0d01"
|
||||
|
||||
Reference in New Issue
Block a user