Hi,
given the following definition:
T1 ::= [1] IMPLICIT T2
T2 ::= [2] IMPLICIT T3
T3 ::= INTEGER
I do understand that for T1 only one tag [APPL 1] has to be encoded.
But I'm a little bit unsure about:
T1 ::= [1] IMPLICIT T2
T2 ::= [2] EXPLICIT T3
T3 ::= INTEGER
>From my intuition I would say two tags have to be encoded for T1:
[APPL 1] and [UNIV 2]. Right?
Given a more complex definition:
T1 ::= [1] IMPLICIT T2
T2 ::= [2] EXPLICIT T3
T3 ::= [3] IMPLICIT T4
T4 ::= INTEGER
I think the two tags [APPL 1] and [APPL 2] have to be encoded for T1.
Right?
Sorry, I read the specs and books but still am not sure whether
I really groked this.
Thanks in advance,
Hans-Dieter Doll