Build lexer and parser from libCom/Makefile. Since libCom now includes asLib.c and asLib_lex.c we must build antelope and flex without linking them to Com. This works because they only need epicsTempFile anyway. However make doesn't like a subdirectory with the same name as a target object, so the antelope source directory is now called yacc. The two main.c files were also renamed to avoid other build problems. Merge asHost into Com and remove mentions in CONFIG_BASE Lots of noise since SRCS must be renamed to Com_SRCS
26 lines
771 B
Plaintext
26 lines
771 B
Plaintext
Berkeley Yacc owes much to the unflagging efforts of Keith Bostic.
|
|
His badgering kept me working on it long after I was ready to quit.
|
|
|
|
Berkeley Yacc is based on the excellent algorithm for computing LALR(1)
|
|
lookaheads developed by Tom Pennello and Frank DeRemer. The algorithm is
|
|
described in their almost impenetrable article in TOPLAS 4,4.
|
|
|
|
Finally, much of the credit for the latest version must go to those
|
|
who pointed out deficiencies of my earlier releases. Among the most
|
|
prolific contributors were
|
|
|
|
Benson I. Margulies
|
|
Dave Gentzel
|
|
Antoine Verheijen
|
|
Peter S. Housel
|
|
Dale Smith
|
|
Ozan Yigit
|
|
John Campbell
|
|
Bill Sommerfeld
|
|
Paul Hilfinger
|
|
Gary Bridgewater
|
|
Dave Bakken
|
|
Dan Lanciani
|
|
Richard Sargent
|
|
Parag Patel
|