winget install --id=PolarGoose.Ragel -e
This is a statically linked Ragel x64 binary for Windows, using the MSVC compiler.
Ragel for Windows is a statically linked x64 binary built using the MSVC compiler. It provides developers with a cross-platform tool to generate finite automata from regular expressions, enabling efficient pattern matching in applications.
Key Features:
Audience & Benefit:
Ideal for developers working on Windows-based projects who need Ragel's pattern-matching capabilities without the complexity of cross-compiling. This binary simplifies integration into Windows development environments while maintaining all the core functionality Ragel is known for.
Available for installation via winget, Ragel for Windows offers a reliable solution for generating efficient automata directly in your Windows environment.
This repository produces a statically linked Ragel x64 binary for Windows, using the MSVC compiler. For detailed information about Ragel itself, please refer to the original repository.
Download the latest release
Windows 7 x64 or higher
patch_files\ragel
folderThese files are generated during the build of the Ragel codebase on Linux. The instructions below explain how to get these files in case they need to be updated in this repository.
ragel-6.10
tagsudo apt-get install build-essential autoconf ragel kelbt fig2dev
./autogen.sh
./configure --disable-manual
make
.\build.ps1