diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:47:44 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:47:44 +0200 |
commit | 76c790147b3a0a7626d854fd9382099e171b9dc2 (patch) | |
tree | 7c3e9eaa7ed84da756ba6c28b73a12ba7f06c4cf /development/byacc/README | |
parent | 5d80273303b98f54016fd695a6fda057f8647fbe (diff) | |
download | slackbuilds-76c790147b3a0a7626d854fd9382099e171b9dc2.tar.gz |
development/byacc: Removed from 12.2 repository
Diffstat (limited to 'development/byacc/README')
-rw-r--r-- | development/byacc/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/development/byacc/README b/development/byacc/README deleted file mode 100644 index 6fa385a6f0..0000000000 --- a/development/byacc/README +++ /dev/null @@ -1,11 +0,0 @@ -byacc (Berkeley Yacc parser generator) - -Berkeley Yacc is an 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. Specifications that take advantage of -undocumented features of AT&T Yacc will probably be rejected. - -Please note that this will install the executable as byacc, in -order not to conflict with the bison package that ships with Slack - |