Ragel State Machine Compiler -- MOVED TO colm-suite
Ragel
619
1,076 commits
updated Mar 6, 2026
NOTE: This repository has been archived. Ragel is now part of colm-suite:
https://github.com/adrian-thurston/colm-suite
Please go there for the latest code, issues, and development.
------------------------------------------------------------------------
Ragel State Machine Compiler
============================
DEPENDENCIES
============
Ragel depends on the Colm Programming Language. For now, the two packages move
in close lockstep. If building master of ragel, generally, the master branch of
colm is required. For releases, the specific version of colm needed is in
EXPECTED_COLM_VER in configure.ac.
BUILDING
========
Ragel is built with autotools. If building from revision control you need to
run autogen.sh. Then you can configure and make.
$ ./autogen.sh
$ ./configure --prefix=$PREFIX --with-colm=$COLM_INSTALL_PATH
$ make
There are three dockerfiles that demonstrate installing dependencies and
building:
* full.Dockerfile installs all dependencies, including testing dependencies,
builds master, and does full testing.
* master.Dockerfile does a basic build from master without testing.
* release.Dockerfile builds and installs the release tarballs.
Not written in Markdown, so it's shown here as plain text — view it formatted on GitHub.
Ragel
55.8%
C++
32.6%
CMake
2.3%
Makefile
2.1%
M4
2.0%
Shell
1.6%
Vim Script
1.3%
Ruby
1.2%
Ragel State Machine Compiler -- MOVED TO colm-suite
Ragel
619
1,076 commits
updated Mar 6, 2026
NOTE: This repository has been archived. Ragel is now part of colm-suite:
https://github.com/adrian-thurston/colm-suite
Please go there for the latest code, issues, and development.
------------------------------------------------------------------------
Ragel State Machine Compiler
============================
DEPENDENCIES
============
Ragel depends on the Colm Programming Language. For now, the two packages move
in close lockstep. If building master of ragel, generally, the master branch of
colm is required. For releases, the specific version of colm needed is in
EXPECTED_COLM_VER in configure.ac.
BUILDING
========
Ragel is built with autotools. If building from revision control you need to
run autogen.sh. Then you can configure and make.
$ ./autogen.sh
$ ./configure --prefix=$PREFIX --with-colm=$COLM_INSTALL_PATH
$ make
There are three dockerfiles that demonstrate installing dependencies and
building:
* full.Dockerfile installs all dependencies, including testing dependencies,
builds master, and does full testing.
* master.Dockerfile does a basic build from master without testing.
* release.Dockerfile builds and installs the release tarballs.
Not written in Markdown, so it's shown here as plain text — view it formatted on GitHub.
Ragel
55.8%
C++
32.6%
CMake
2.3%
Makefile
2.1%
M4
2.0%
Shell
1.6%
Vim Script
1.3%
Ruby
1.2%