Skip to content

lazyWombat/ragel

 
 

Repository files navigation

                     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

Personal hopefully daily updated ragel mirror

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 73.2%
  • Ragel 23.7%
  • Shell 0.9%
  • M4 0.5%
  • Ruby 0.4%
  • Vim Script 0.4%
  • Other 0.9%