1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/re2c/pkg-descr
Dmitry Marakasov 4587c14e7c - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2019-01-29 09:00:37 +00:00

9 lines
428 B
Plaintext

re2c is a tool for generating C-based recognizers from regular
expressions. re2c-based scanners are efficient: for programming
languages, given similar specifications, an re2c-based scanner is
typically almost twice as fast as a flex-based scanner with little or no
increase in size (possibly a decrease on cisc architectures). Indeed,
re2c-based scanners are quite competitive with hand-crafted ones.
WWW: http://re2c.org/