Skip to content

erickt/ragel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

714a13a · Feb 22, 2014
Feb 2, 2013
Apr 28, 2012
Aug 2, 2013
Feb 22, 2014
Feb 22, 2014
Feb 12, 2013
Apr 28, 2012
May 18, 2009
Jan 21, 2007
Feb 12, 2013
Feb 12, 2013
Jul 1, 2009
Jul 1, 2009
May 28, 2008
Jul 1, 2009
Feb 12, 2013
Nov 23, 2010
Nov 23, 2010
Nov 23, 2010
Nov 23, 2010

Repository files navigation

                     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

2. Compilation and Installation
-------------------------------

Ragel uses autoconf and automake. 

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

About

Rust support for Ragel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published