2024-01-05 21:02:13 +01:00
|
|
|
# byacc
|
|
|
|
|
2024-01-05 21:02:15 +01:00
|
|
|
Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available.
|
|
|
|
In contrast to bison, it is written to avoid dependencies upon a particular compiler.
|
|
|
|
|
|
|
|
Byacc was written around 1990 by Robert Corbett who is the original author of bison.
|
|
|
|
Originally written in K&R C, I have modified it to conform to ANSI C, and
|
|
|
|
made other improvements.
|
|
|
|
|
|
|
|
See the changelog for details.
|
|
|
|
|