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

Unified Diff: ragel/README.chromium

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
« ragel/LICENSE ('K') | « ragel/LICENSE ('k') | ragel/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ragel/README.chromium
===================================================================
--- ragel/README.chromium (revision 0)
+++ ragel/README.chromium (revision 0)
@@ -0,0 +1,20 @@
+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 version prebuilt on Ubuntu Lucid and thus it should be compatible with
+all major Linux distributions.
pasko-google - do not use 2012/05/13 16:36:15 ...that have ia32-libs installed I am too lazy to
khim 2012/05/13 16:40:28 Done.
+
+Build script (build.sh) is included.
Property changes on: ragel/README.chromium
___________________________________________________________________
Added: svn:eol-style
+ LF
« ragel/LICENSE ('K') | « ragel/LICENSE ('k') | ragel/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698