Veröffentlicht 25. Mai 200619 j Hallo, ich habe das Prinzip noch nicht ganz verstanden von Follow; Also meine Grammatik ist: E->S# S->TU U->+TU U->-TU U->$ T->FV V->*FV V->/FV V->$ F->(S) F->a mein FIRST1() bekomme ich ja hin und ist: alpha -- FIRST1() S# = ( , a TU = ( , a +TU = + -TU = - $ = $ FV = ( , a *FV = * /FV = / (S) = ( a = a Aber wie bekomme ich jetzt FOLLOW hin XeN Follow E ???? S ???? U ???? V ???? T ???? F ???? Danke für eure Hilfe
Archiv
Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.