Path to this page:
Subject: CVS commit: pkgsrc/devel/ragel
From: Min Sik Kim
Date: 2007-05-26 01:37:45
Message id: 20070525233745.8E96E21507@cvs.netbsd.org
Log Message:
Import ragel.
Ragel compiles finite state machines from regular languages into
executable C, C++, Objective-C, D, Java, or Ruby code. Ragel state
machines can not only recognize byte sequences as regular expression
machines do, but can also execute code at arbitrary points in the
recognition of a regular language. Code embedding is done using
inline operators that do not disrupt the regular language syntax.
Files: