diff options
author | Martin Lefebvre <dadexter@sekurity.com> | 2010-05-11 20:00:22 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 20:00:22 +0200 |
commit | b0a3636735214ab4e37c1d5531b604194f4d9c98 (patch) | |
tree | 962bd286933db5fd1382dd48eafda9f259e7469e /development/byacc/README | |
parent | 0b7a281ac68417e516699c06bc9cb062954f31dd (diff) | |
download | slackbuilds-b0a3636735214ab4e37c1d5531b604194f4d9c98.tar.gz |
development/byacc: Added to 12.0 repository
Diffstat (limited to 'development/byacc/README')
-rw-r--r-- | development/byacc/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/byacc/README b/development/byacc/README new file mode 100644 index 0000000000..6fa385a6f0 --- /dev/null +++ b/development/byacc/README @@ -0,0 +1,11 @@ +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 + |