From dbb34c78c825101fbe764290877664d34de7b8b1 Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 25 May 2007 23:37:45 +0000 Subject: 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. --- devel/ragel/PLIST | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devel/ragel/PLIST (limited to 'devel/ragel/PLIST') diff --git a/devel/ragel/PLIST b/devel/ragel/PLIST new file mode 100644 index 00000000000..c0f8e782019 --- /dev/null +++ b/devel/ragel/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/25 23:37:45 minskim Exp $ +bin/ragel +bin/rlgen-cd +bin/rlgen-dot +bin/rlgen-java +bin/rlgen-ruby -- cgit v1.2.3