Taste - LexikalischeAnalyse TasteLex ident: PROGRAM ident: Test other: ; ident: VAR ident: i other: : ident: INTEGER other: ; ident: PROCEDURE ident: SumUp other: ; ident: VAR ident: sum other: : ident: INTEGER other: ; ident: BEGIN ident: sum other: : other: = number: 0 other: ; ident: WHILE ident: i other: > number: 0 ident: DO ident: sum other: : other: = ident: sum other: + ident: i other: ; ident: i other: : other: = ident: i other: - number: 1 ident: END other: ; ident: WRITE ident: sum other: ; ident: END ident: SumUp other: ; ident: BEGIN ident: READ ident: i other: ; ident: WHILE ident: i other: > number: 0 ident: DO ident: SumUp other: ; ident: READ ident: i ident: END ident: END ident: Test other: . End lexikalische Analysis 0 error(s) detected