comp.lang.ada
 help / color / mirror / Atom feed
From: AdaMagica <christ-usch.grein@t-online.de>
Subject: Re: qualified expressions acting as names - not accepted?
Date: Mon, 22 Aug 2016 03:00:26 -0700 (PDT)
Date: 2016-08-22T03:00:26-07:00	[thread overview]
Message-ID: <383be26e-879c-42ad-9606-8f6fe04bf7d2@googlegroups.com> (raw)
In-Reply-To: <npcivp$6jf$1@dont-email.me>

indexed_component ::= prefix(expression {, expression})
prefix ::= name | implicit_dereference
name ::= 
     direct_name | explicit_dereference
   | indexed_component | slice
   | selected_component | attribute_reference
   | type_conversion | function_call
   | character_literal | qualified_expression
   | generalized_reference | generalized_indexing
qualified_expression ::= 
   subtype_mark'(expression) | subtype_mark'aggregate

With this excerpt from the syntax, it looks like your compiler has a problem.

  parent reply	other threads:[~2016-08-22 10:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-21 15:56 qualified expressions acting as names - not accepted? G.B.
2016-08-22  1:25 ` Shark8
2016-08-22 10:00 ` AdaMagica [this message]
2016-08-23  7:03   ` G.B.
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox