HalCanary / ragel

Ragel State Machine Compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                     Ragel State Machine Compiler -- README
                     ======================================

REQUIRED DEPENDENCIES
---------------------

Colm is a mandatory dependency.

http://www.colm.net/files/colm/colm-0.13.0.3.tar.gz

Either install this to your path or configure the location using
--with-colm=DEST and pass it the prefix colm was installed to.

OPTIONAL DEPENDENCIES
---------------------

Get these if you want to build ragel with the original parser (as it exists in
ragel 6).

http://www.colm.net/files/ragel/ragel-6.9.tar.gz
http://www.colm.net/files/kelbt/kelbt-0.16.tar.gz

Install them to your path, or configure ragel with:

  --with-{ragel,kelbt}=DEST

To build the user guide, pass "--enable-manual=yes" to the configure script.
You will need the following programs.

 * asciidoc
 * fig2dev

About

Ragel State Machine Compiler

License:GNU General Public License v2.0


Languages

Language:C++ 73.2%Language:Ragel in Ruby Host 22.1%Language:Vim Script 1.4%Language:Go 1.0%Language:Shell 0.9%Language:M4 0.5%Language:Ruby 0.4%Language:Makefile 0.4%Language:C 0.3%