README 504 B

12345678910
  1. Ragel compiles executable finite state machines from regular
  2. languages. Ragel targets C, C++, Objective-C, D, Java and Ruby.
  3. Ragel state machines can not only recognize byte sequences as regular
  4. expression machines do, but can also execute code at arbitrary points
  5. in the recognition of a regular language. Code embedding is done using
  6. inline operators that do not disrupt the regular language syntax.
  7. NOTE: before building this it's recommended to remove any previous
  8. version you might have installed.