98e903e7a0
bison, keeping full compatibility with our previous yacc implementation. Also bring the ability to create reentrant parser This fix bin/140309 [1] PR: bin/140309 [1] Submitted by: Philippe Pepiot <ksh@philpep.org> [1] Approved by: des (mentor) MFC after: 1 month
7 lines
273 B
Plaintext
7 lines
273 B
Plaintext
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).
|