#Options GenerateScanner = true GenerateParser = true Language = Java ScannerName = Lexico ParserName = Sintatico SemanticName = Semantico ScannerCaseSensitive = true ScannerTable = Full Input = Stream Parser = LL #RegularDefinitions #Tokens GUMP GUM String int real true false "=" ":" ";" #NonTerminals #Grammar ::= | ; ::= GUMP ":" ; ::= | î ; ::= GUM ":" | î ; ::= String "=" #1 ";" ; ::= String | int | real | | î ; ::= #2 true | #3 false ;