Bug 52558 - New port: parser generator using BNF grammar
Summary: New port: parser generator using BNF grammar
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-22 06:00 UTC by Frerich Raabe
Modified: 2003-06-03 03:41 UTC (History)
0 users

See Also:


Attachments
file.shar (2.72 KB, text/plain)
2003-05-22 06:00 UTC, Frerich Raabe
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frerich Raabe 2003-05-22 06:00:24 UTC
The attached shar archive adds the port "devel/bnf" to the FreeBSD Ports
Collection.

The BNF parser generator takes a syntax not unlike BNF and generates
a "C" parser for it, a parser that can parse either strings or files.

This is a flexible tool, meant for smaller parsing tasks where
bison+flex are just too big to use.
Comment 1 Will Andrews freebsd_committer freebsd_triage 2003-06-03 03:40:50 UTC
State Changed
From-To: open->closed

Committed, thanks.