hitno odgovoriti
Kolege ,
da li je do mene ili nesto drugo :
prvo : u Sample programu je dato --
struct Table {
int pos[];
int neg[];
}
ali u gramatici
VarDecl = Type ident { "," ident } ";".
ClassDecl = "struct" ident "{" { VarDecl } "}".
Type = ident [ "[" "]" ].
se to ne moze postici vec :
struct Table {
int[] pos ;
int[] neg ;
}
da li je to do mene ?
Drugo :
ocekuje se da prepoznaje dodela date tj.:
...
aDate = '6/5/2005' ;
....
sto mu ne dozvoljava
Factor = Designator [ "(" [ ActPars ] ")" ]
| number
| charConst
| "new" ident [ "[" Expr "]" ]
| "(" Expr ")".
u kome nije definisano DATECONST
DAKLE , DA LI JE CILJ DRZATI SE GRAMATIKE , ILI TREBA DA RADE PRIMERI IZ
SAMPLE PROGRAMA ?
nadam se da nisam izazvao frku ni oko cega
da li je do mene ili nesto drugo :
prvo : u Sample programu je dato --
struct Table {
int pos[];
int neg[];
}
ali u gramatici
VarDecl = Type ident { "," ident } ";".
ClassDecl = "struct" ident "{" { VarDecl } "}".
Type = ident [ "[" "]" ].
se to ne moze postici vec :
struct Table {
int[] pos ;
int[] neg ;
}
da li je to do mene ?
Drugo :
ocekuje se da prepoznaje dodela date tj.:
...
aDate = '6/5/2005' ;
....
sto mu ne dozvoljava
Factor = Designator [ "(" [ ActPars ] ")" ]
| number
| charConst
| "new" ident [ "[" Expr "]" ]
| "(" Expr ")".
u kome nije definisano DATECONST
DAKLE , DA LI JE CILJ DRZATI SE GRAMATIKE , ILI TREBA DA RADE PRIMERI IZ
SAMPLE PROGRAMA ?
nadam se da nisam izazvao frku ni oko cega
- Follow-Ups:
- RE: hitno odgovoriti
- From: "Aleksandar Vujic" <aleksandar.vujic@gmail.com>
- RE: hitno odgovoriti
- From: "Aleksandar Vujic" <aleksandar.vujic@gmail.com>
- RE: hitno odgovoriti
Previous by date: Niju u redu
Next by date: RE: hitno odgovoriti
Previous by thread: Re: Pitanje za asistenta vezano za aktivacione zapise Next by thread: RE: hitno odgovoriti
Previous by thread: Re: Pitanje za asistenta vezano za aktivacione zapise Next by thread: RE: hitno odgovoriti