ragel  6.10
About: Ragel compiles executable finite state machines from regular languages (C, C++, Obj-C, C#, D, Java, Go and Ruby).
  Fossies Dox: ragel-6.10.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
ragel Documentation

Some Fossies usage hints in advance:

  1. To see the Doxygen generated documentation please click on one of the items in the steelblue colored "quick index" bar above or use the side panel at the left which displays a hierarchical tree-like index structure and is adjustable in width.
  2. If you want to search for something by keyword rather than browse for it you can use the client side search facility (using Javascript and DHTML) that provides live searching, i.e. the search results are presented and adapted as you type in the Search input field at the top right.
  3. Doxygen doesn't incorporate all member files but just a definable subset (basically the main project source code files that are written in a supported language). So to search and browse all member files you may visit the Fossies ragel-6.10.tar.gz contents page and use the Fossies standard member browsing features (also with source code highlighting and additionally with optional code folding).
README
                 Ragel State Machine Compiler -- README
                 ======================================
  1. Build Requirements

  • Make
  • g++

If you would like to modify Ragel and need to build Ragel's scanners and parsers from the specifications then set "build_parsers=yes" the DIST file and reconfigure. This variable is normally set to "no" in the distribution tarballs and "yes" in version control. You will need the following programs:

  • ragel (the most recent version)
  • kelbt (the most recent version)

To build the user guide set "build_manual=yes" in the DIST file and reconfigure. You will need the following extra programs:

  • fig2dev
  • pdflatex
  1. Compilation and Installation

Ragel uses autoconf and automake.

$ ./configure --prefix=PREFIX $ make $ make install