From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,34c128c452eed637,start X-Google-Attributes: gid103376,public From: schizophonic@iol.it Subject: How is an ADA compiler done? Date: 1996/10/26 Message-ID: <54u38v$g9o@mikasa.iol.it>#1/1 X-Deja-AN: 192328468 organization: Italia Online newsgroups: comp.lang.ada Date: 1996-10-26T00:00:00+00:00 List-Id: I am following a course about languages and compilers; I would like to have an idea about how a real-life language and compiler is done. I will post you some questions, and I hope that someone who works in the project of a commercial ADA compiler will answer me. 1- is ADA an LR(1), an LALR(1) language, or neither? 2- how is a commercial ADA compiler structured? 3- what kind of tools are used to support the developing of the compiler? 4- are there some features in the language that deserve particular attention, or create particular trouble? 5- are attribute grammars the formalism used for the semantical analisis? if not, what kind of formalism is used, and why? Thank you! z