[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
name grammar
- To: cxx-abi@xxxxxxxxxxxxxxxxxxxx
- Subject: name grammar
- From: Alex Samuel <samuel@xxxxxxxxxxxxxxxx>
- Date: Tue, 9 May 2000 23:21:56 -0700 (PDT)
I forgot to mention... I think that we should have
<component-name> ::= <source-name> # types, functions, variables
instaed of just
<component-name> ::= <namespace source-name>
Otherwise a fully-scoped encoding of a variable using a list of
<component-name>s can't end with the variable's name.
|