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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 Name: ragel
2 URL: http://www.complang.org/ragel/
3 Version: 6.7
4 Date: 2011-05-22
5 License: GPL
6
7 Description: Ragel is State Machine Compiler
8
9 Ragel compiles executable finite state machines from regular languages. Ragel
10 targets C, C++, Objective-C, D, Java and Ruby. Ragel state machines can not only
11 recognize byte sequences as regular expression machines do, but can also execute
12 code at arbitrary points in the recognition of a regular language.
13
14 Code embedding is done using inline operators that do not disrupt the regular
15 language syntax.
16
17 This is version prebuilt on Ubuntu Lucid and thus it should be compatible with
18 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.
19
20 Build script (build.sh) is included.
OLDNEW
« ragel/LICENSE ('K') | « ragel/LICENSE ('k') | ragel/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698