Protected: Design of Compilers Notes : Uofl : CECS 530
There is no excerpt because this is a protected post.
There is no excerpt because this is a protected post.
COCO
Summary
Coco/R reads an attributed EBNF grammar of a
language and translates it into a recursive descent parser and a
scanner for that language. Using Coco/R, compilers can be
generated that are as efficient as hand-coded and carefully
optimized production quality compilers. Almost as important as
efficiency is the simplicity and adequacy of the system.
Programmers are not willing to use […]