Date: Sat, 16 May 1998 10:41:25 -0700 (PDT) From: Eivind Eklund <eivind@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/re2c - Imported sources Message-ID: <199805161741.KAA16354@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
eivind 1998/05/16 10:41:25 PDT ports/devel/re2c - Imported sources Update of /home/ncvs/ports/devel/re2c In directory freefall.freebsd.org:/tmp/cvs-serv16328 Log Message: Initial import of re2c, a program to compile regular expression to C. This is basically the same concept as lex, except this time it doesn't turn your code inside out, and it generates actual C code to parse the expressions (not tables), and the resulting code is usually about 2 times faster than flex. Status: Vendor Tag: EE Release Tags: initial N ports/devel/re2c/Makefile N ports/devel/re2c/files/md5 N ports/devel/re2c/patches/patch-aa N ports/devel/re2c/patches/patch-ab N ports/devel/re2c/pkg/DESCR N ports/devel/re2c/pkg/PLIST N ports/devel/re2c/pkg/COMMENT No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805161741.KAA16354>