Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: deps/third_party/ragel/README.nacl

Issue 10383152: Add ragel to third_party. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/third_party/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « deps/third_party/ragel/COPYING ('k') | deps/third_party/ragel/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: deps/third_party/ragel/README.nacl
===================================================================
--- deps/third_party/ragel/README.nacl (revision 0)
+++ deps/third_party/ragel/README.nacl (revision 0)
@@ -0,0 +1,22 @@
+Name: ragel
+URL: http://www.complang.org/ragel/
+Version: 6.7
+Date: 2011-05-22
+License: GPL
+
+Description: Ragel is State Machine Compiler
+
+Ragel compiles executable finite state machines from regular languages. Ragel
+targets C, C++, Objective-C, D, Java and Ruby. 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.
+
+This is a 32bit version prebuilt on Ubuntu Lucid.
+
+Build script (build.sh) is included.
+
+Local changes:
+ -GT2 patch is cherry-picked from upstream ragel-6-gt2 branch
« no previous file with comments | « deps/third_party/ragel/COPYING ('k') | deps/third_party/ragel/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698