Chromium Code Reviews| 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 |