Difference between revisions of "Ragel State Machine Compiler"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Ragel State Machine Compiler |Short description=Compiles finite state machines from regular languages into runnable C code |Full description=Ragel compiles finite s...")
 
(Changed URLs version licence added Debian Trisquel Reference maillist repository maintainer)
 
Line 2: Line 2:
 
|Name=Ragel State Machine Compiler
 
|Name=Ragel State Machine Compiler
 
|Short description=Compiles finite state machines from regular languages into runnable C code
 
|Short description=Compiles finite state machines from regular languages into runnable C code
|Full description=Ragel compiles finite state machines from regular languages into runnable C code. It allows you to embed function calls at any point in your regular language, and to control the non-determinism in the resulting machines. It function calls at any point in your regular language, and to control the non-determinism in the resulting It understands concatenation, union (the "or" operator), kleene star, subtraction, and intersection, as well as some helpers like "!", "?" and "+". Ragel's finite state machines are closed under all of its operators. This property allows for arbitrary regular lanuages to be described. It can be used to create a parser for any language that is regular.
+
|Full description=Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++ and ASM. 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 URL=http://www.colm.net/open-source/ragel/
 
|User level=none
 
|User level=none
|Status=Live
+
|VCS checkout command=git clone git://git.colm.net/ragel.git
|Component programs=
+
|Documentation note=Included in source. Guide: http://www.colm.net/files/ragel/ragel-guide-6.9.pdf
|Homepage URL=http://www.elude.ca/ragel/
+
|Related projects=antlr3, antlr, kelbt
|VCS checkout command=
+
|Keywords=state,NFA,DFA,regular,compile,finite,machine,FSM,lanuage,concatenation,union,kleen,kleene,star
|Computer languages=C++
+
|Version identifier=6.9
|Documentation note=English user manual in PostScript format available from http://www.elude.ca/ragel/ragel-guide-3.7.ps.gz; English user manual in PDF format available from http://www.elude.ca/ragel/ragel-guide-3.7.pdf
+
|Version date=2014/10/14
|Paid support=
+
|Version status=stable
|IRC help=
+
|Version download=http://www.colm.net/files/ragel/ragel-6.9.tar.gz
|IRC general=
+
|Last review by=BABA200
|IRC development=
+
|Last review date=2017/02/24
|Related projects=State_Machine_Compiler
 
|Keywords=compiler,state,NFA,DFA,regular,compile,finite,machine,FSM,lanuage,concatenation,union,kleen,kleene,star
 
|Is GNU=n
 
|Last review by=Adrian Thurston
 
|Last review date=2008-01-07
 
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=4.1
+
|Status=
|Version date=2005-06-27
+
|Is GNU=No
|Version status=stable
 
|Version download=http://www.elude.ca/ragel/ragel-4.1.tar.gz
 
 
|License verified date=2002-03-03
 
|License verified date=2002-03-03
|Version comment=4.1 stable released 2005-06-27
+
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=BABA200
 +
|License verified date=2017/02/24
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Adrian Thurston
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Adrian Thurston
+
|Email=thurston@colm.net
|Email=adriant@ragel.ca
+
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Robert Lemmen
 +
|Role=Maintainer Debian
 +
|Email=robertle@semistable.com
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer,Support
+
|Resource audience=Mail list
|Resource kind=E-mail
+
|Resource kind=Mailing List
|Resource URL=mailto:adriant@ragel.ca
+
|Resource URL=http://www.colm.net/cgi-bin/mailman/listinfo/ragel
 +
}}
 +
{{Resource
 +
|Resource audience=Debian page
 +
|Resource kind=Homepage
 +
|Resource URL=https://tracker.debian.org/pkg/ragel
 +
}}
 +
{{Resource
 +
|Resource audience=Trisquel page
 +
|Resource kind=Homepage
 +
|Resource URL=http://packages.trisquel.info/belenos/ragel
 +
}}
 +
{{Resource
 +
|Resource audience=Homepage archived
 +
|Resource kind=Homepage
 +
|Resource URL=http://web.archive.org/web/20060925174123/http://www.cs.queensu.ca/home/thurston/
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Library=C++
 
|Software-development=compiler
 
|Software-development=compiler
 
|Use=software-development
 
|Use=software-development
}}
 
{{Project license
 
|License=GPLv2
 
|License verified by=Ron Peterson
 
|License verified date=2002-03-03
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 57: Line 72:
 
|Prerequisite description=Bison
 
|Prerequisite description=Bison
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 07:15, 24 February 2017


[edit]

Ragel State Machine Compiler

http://www.colm.net/open-source/ragel/
Compiles finite state machines from regular languages into runnable C code

Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++ and ASM. 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.





Licensing

License

Verified by

Verified on

Notes

Verified by

BABA200

Verified on

24 February 2017




Leaders and contributors

Contact(s)Role
Robert Lemmen Maintainer Debian
Adrian Thurston Maintainer


Resources and communication

AudienceResource typeURI
Mail listMailing Listhttp://www.colm.net/cgi-bin/mailman/listinfo/ragel
Debian pageHomepagehttps://tracker.debian.org/pkg/ragel
Trisquel pageHomepagehttp://packages.trisquel.info/belenos/ragel
Homepage archivedHomepagehttp://web.archive.org/web/20060925174123/http://www.cs.queensu.ca/home/thurston/


Software prerequisites

KindDescription
Required to buildBison
Required to buildFlex




Entry











"Maintainer Debian" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Mail list" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian page" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Trisquel page" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Homepage archived" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.












Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.