perln-byacc - Definition. Was ist perln-byacc
Diclib.com
Online-Wörterbuch

Was (wer) ist perln-byacc - definition

REIMPLEMENTATION OF THE UNIX PARSER GENERATOR YACC
Byacc; Backtracking Yacc; Btyacc; BtYacc; BYACC/J

Berkeley Yacc         
<tool> (byacc, previously Zeus, then Zoo) Probably the best variant of the Yacc parser generator. Written by Robert Corbett <Robert.Corbett@eng.sun.com>. Latest version: 1.9, as of 2000-06-09. byacc.1.9.tar.Z">ftp://ftp.cs.berkeley.edu/pub/4bsd/byacc.1.9.tar.Z. (2000-07-16)
byacc         

Wikipedia

Berkeley Yacc

Berkeley Yacc (byacc) is a Unix parser generator designed to be compatible with Yacc. It was originally written by Robert Corbett and released in 1989. Due to its liberal license and because it was faster than the AT&T Yacc, it quickly became the most popular version of Yacc. It has the advantages of being written in ANSI C89 and being public domain software.

It contains features not available in Yacc, such as reentrancy, which is implemented in a way that is broadly compatible with GNU Bison.