byacc savet
Potrebno je svim neterminalima koji se koriste kao parametri u pozivima java
metoda ($?) definisati tip.
npr.
%type <oval> type
%type <oval> nameVar
gde su:
declVar : VAR type nameVar ';' { checkVarDecl($3,$2); }
metoda ($?) definisati tip.
npr.
%type <oval> type
%type <oval> nameVar
gde su:
declVar : VAR type nameVar ';' { checkVarDecl($3,$2); }
Previous by date: Re: Pitanje u vezi Milanovog mail-a
Next by date: Veliki problem
Previous by thread: mikrojavadopune.doc Next by thread: Veliki problem
Previous by thread: mikrojavadopune.doc Next by thread: Veliki problem