descriptionjkt's changes for ragel
homepage URLhttp://www.complang.org/ragel/
ownerjkt@flaska.net
last changeWed, 18 Sep 2013 13:38:51 +0000 (18 15:38 +0200)
content tags
add:
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

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

Ragel uses autoconf and automake. 

$ ./configure --prefix=PREFIX
$ make
$ make install
shortlog
2013-09-18 Jan KundrátUse portable types in the C/C++ code generatorragel-6
2013-08-11 Adrian Thurstonadded Hesham Wahba to credits
2013-08-11 Adrian Thurstonadded missing std:: using
2013-05-07 Anton Ageev'//line' directive support in Go code generator
2013-02-12 Adrian Thurstonupdated credits
2013-02-12 Adrian Thurstonupdated release date
2013-02-12 Adrian Thurstonadded Anton Ageev and Kamil Klimkiewicz to credits
2013-02-12 Adrian Thurstonsubstitue 'build' arg through GOBIN
2013-02-11 Adrian ThurstonMerge remote-tracking branch 'antage/golang-6' into...
2013-02-07 Anton AgeevUpdated documentation for Go code generator types and...
2013-02-03 Adrian ThurstonMerge remote-tracking branch 'antage/golang-6' into...
2013-02-02 Anton AgeevUse tabs for Go source indentations because gofmt uses...
2013-02-02 Anton AgeevFixed bug in Go code generator: missing label in goto
2013-02-02 Kamil KlimkiewiczMake ragel compile on gcc 4.7
2013-01-18 Adrian Thurstonadded a changelog entry and set the version for 6.8
2012-09-07 Anton AgeevAdded grammar transformation from language independent...
...
heads
10 years ago signed-char
10 years ago ragel-6