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=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,59ea45c31346f2c4,start X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Ada type (yacc)YYSTYPE is ? Date: 1999/01/16 Message-ID: <77qu4d$jt8@lotho.delphi.com>#1/1 X-Deja-AN: 433434374 Organization: Delphi Internet Services Newsgroups: comp.lang.ada Date: 1999-01-16T00:00:00+00:00 List-Id: YACC is designed with a C 'union' type as a typeless, semantic token information holder variable. What's a good way in Ada to handle that, hopefully with some help from Ada type checking? One obvious one is a variant record. Any better ideas?