From 38b421189a1bbee7315fb3a4f18a74b1ccb632a2 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 21 Mar 2005 21:39:15 +0000 Subject: A portable version of BSD's yacc(1), a lightweight alternative to bison in some environments. From DESCR: Berkeley Yacc (byacc) is a LALR(1) parser generator. Berkeley Yacc has been made as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input specification that conforms to the AT&T Yacc documentation. --- devel/byacc/DESCR | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devel/byacc/DESCR (limited to 'devel/byacc/DESCR') diff --git a/devel/byacc/DESCR b/devel/byacc/DESCR new file mode 100644 index 00000000000..fe018659e9a --- /dev/null +++ b/devel/byacc/DESCR @@ -0,0 +1,6 @@ +Berkeley Yacc (byacc) is a LALR(1) parser generator. Berkeley Yacc +has been made as compatible as possible with AT&T Yacc. Berkeley +Yacc can accept any input specification that conforms to the AT&T +Yacc documentation. + +Some programs depend on a byacc (instead of bison). -- cgit v1.2.3