/* The following code was generated by JFlex 1.4.1 on 5/3/06 3:15 PM */ package grammar; import java.io.*; import java_cup.runtime.*; import text.*; /** * This class is a scanner generated by * JFlex 1.4.1 * on 5/3/06 3:15 PM from the specification file * Source/grammar/Yylex.jflex */ public class Yylex { /** This character denotes the end of file */ public static final int YYEOF = -1; /** initial size of the lookahead buffer */ private static final int ZZ_BUFFERSIZE = 16384; /** lexical states */ public static final int YYINITIAL = 0; /** * Translates characters to character classes */ private static final char [] ZZ_CMAP = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 8, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 9, 0, 0, 0, 0, 10, 43, 44, 41, 39, 35, 40, 49, 42, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 0, 34, 37, 36, 38, 5, 0, 3, 3, 3, 3, 3, 3, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 7, 11, 11, 45, 4, 46, 0, 0, 0, 19, 6, 30, 32, 27, 25, 18, 26, 21, 11, 11, 24, 20, 22, 17, 15, 11, 16, 28, 23, 29, 12, 31, 7, 11, 33, 47, 0, 48, 0, 0 }; /** * Translates DFA states to action switch labels. */ private static final int [] ZZ_ACTION = zzUnpackAction(); private static final String ZZ_ACTION_PACKED_0 = "\1\0\1\1\1\2\2\3\1\4\2\1\1\3\1\5"+ "\1\4\15\3\1\6\1\7\1\10\1\11\1\12\1\13"+ "\1\14\1\15\1\16\1\17\1\20\1\21\1\22\1\23"+ "\1\24\1\25\1\3\2\0\1\26\2\0\3\3\1\27"+ "\1\3\1\30\13\3\1\31\1\32\1\33\1\34\1\35"+ "\1\0\1\5\1\3\1\0\1\36\2\0\1\37\3\3"+ "\1\40\1\41\1\42\1\43\2\3\1\44\1\3\1\45"+ "\3\3\1\46\1\3\1\0\1\3\1\0\3\3\1\47"+ "\1\50\1\3\1\51\1\52\1\53\1\3\1\54\1\3"+ "\1\55\1\3\1\56\1\57\2\3\1\60\1\61\1\62"; private static int [] zzUnpackAction() { int [] result = new int[117]; int offset = 0; offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result); return result; } private static int zzUnpackAction(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); do result[j++] = value; while (--count > 0); } return j; } /** * Translates a state to a row index in the transition table */ private static final int [] ZZ_ROWMAP = zzUnpackRowMap(); private static final String ZZ_ROWMAP_PACKED_0 = "\0\0\0\62\0\144\0\226\0\310\0\62\0\372\0\u012c"+ "\0\u015e\0\62\0\u0190\0\u01c2\0\u01f4\0\u0226\0\u0258\0\u028a"+ "\0\u02bc\0\u02ee\0\u0320\0\u0352\0\u0384\0\u03b6\0\u03e8\0\u041a"+ "\0\62\0\62\0\u044c\0\u047e\0\u04b0\0\62\0\62\0\62"+ "\0\u04e2\0\62\0\62\0\62\0\62\0\62\0\62\0\62"+ "\0\u0514\0\372\0\u0546\0\62\0\u0578\0\u05aa\0\u05dc\0\u060e"+ "\0\u0640\0\u0672\0\u06a4\0\226\0\u06d6\0\u0708\0\u073a\0\u076c"+ "\0\u079e\0\u07d0\0\u0802\0\u0834\0\u0866\0\u0898\0\u08ca\0\226"+ "\0\62\0\62\0\62\0\62\0\u08fc\0\u092e\0\u0960\0\u0992"+ "\0\62\0\u09c4\0\u09f6\0\226\0\u0a28\0\u0a5a\0\u0a8c\0\226"+ "\0\226\0\226\0\226\0\u0abe\0\u0af0\0\226\0\u0b22\0\226"+ "\0\u0b54\0\u0b86\0\u0bb8\0\226\0\u0bea\0\u0c1c\0\u0c4e\0\u0c80"+ "\0\u0cb2\0\u0ce4\0\u0d16\0\226\0\226\0\u0d48\0\226\0\226"+ "\0\226\0\u0d7a\0\226\0\u0dac\0\u0dde\0\u0e10\0\226\0\226"+ "\0\u0e42\0\u0e74\0\226\0\226\0\226"; private static int [] zzUnpackRowMap() { int [] result = new int[117]; int offset = 0; offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result); return result; } private static int zzUnpackRowMap(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int high = packed.charAt(i++) << 16; result[j++] = high | packed.charAt(i++); } return j; } /** * The transition table of the DFA */ private static final int [] ZZ_TRANS = zzUnpackTrans(); private static final String ZZ_TRANS_PACKED_0 = "\1\2\2\3\1\4\2\2\1\5\1\4\1\6\1\7"+ "\1\10\1\4\1\11\1\12\1\13\1\14\1\15\1\16"+ "\1\4\1\17\1\4\1\20\1\21\1\22\1\4\1\23"+ "\1\4\1\24\1\25\1\4\1\26\1\27\1\30\1\4"+ "\1\31\1\32\1\33\1\34\1\35\1\36\1\37\1\40"+ "\1\41\1\42\1\43\1\44\1\45\1\46\1\47\1\50"+ "\63\0\2\3\60\0\3\4\2\0\2\4\3\0\2\4"+ "\2\0\23\4\21\0\3\4\2\0\2\4\3\0\2\4"+ "\2\0\14\4\1\51\6\4\20\0\4\52\1\53\3\52"+ "\1\0\1\54\1\0\3\52\1\0\43\52\4\55\1\56"+ "\3\55\3\0\3\55\1\0\43\55\1\0\3\4\2\0"+ "\2\4\3\0\2\4\2\0\4\4\1\57\16\4\30\0"+ "\1\6\52\0\3\4\2\0\2\4\3\0\2\4\2\0"+ "\1\4\1\60\21\4\21\0\3\4\2\0\2\4\3\0"+ "\2\4\2\0\14\4\1\61\6\4\21\0\3\4\2\0"+ "\2\4\3\0\2\4\2\0\1\4\1\62\21\4\21\0"+ "\3\4\2\0\2\4\3\0\2\4\2\0\7\4\1\63"+ "\13\4\21\0\3\4\2\0\2\4\3\0\2\4\2\0"+ "\12\4\1\64\10\4\21\0\3\4\2\0\2\4\3\0"+ "\2\4\2\0\2\4\1\65\11\4\1\66\1\4\1\67"+ "\4\4\21\0\3\4\2\0\2\4\3\0\2\4\2\0"+ "\13\4\1\70\7\4\21\0\3\4\2\0\2\4\3\0"+ "\2\4\2\0\2\4\1\71\13\4\1\72\4\4\21\0"+ "\3\4\2\0\2\4\3\0\2\4\2\0\7\4\1\73"+ "\1\4\1\74\11\4\21\0\3\4\2\0\2\4\3\0"+ "\2\4\2\0\6\4\1\75\14\4\21\0\3\4\2\0"+ "\2\4\3\0\2\4\2\0\13\4\1\76\7\4\21\0"+ "\3\4\2\0\2\4\3\0\2\4\2\0\13\4\1\77"+ "\7\4\21\0\3\4\2\0\2\4\3\0\2\4\2\0"+ "\2\4\1\100\20\4\64\0\1\101\61\0\1\102\1\0"+ "\1\103\57\0\1\104\66\0\1\105\1\106\10\0\3\4"+ "\2\0\2\4\3\0\2\4\2\0\3\4\1\107\17\4"+ "\22\0\1\52\1\0\3\52\1\110\1\0\2\52\1\0"+ "\1\52\3\0\1\52\2\0\1\52\2\0\2\52\1\0"+ "\1\52\42\0\1\111\51\0\1\112\1\0\3\55\1\113"+ "\1\0\2\55\1\0\1\55\3\0\1\55\2\0\1\55"+ "\2\0\2\55\1\0\1\55\31\0\3\4\2\0\2\4"+ "\3\0\2\4\2\0\1\4\1\114\21\4\21\0\3\4"+ "\2\0\2\4\3\0\2\4\2\0\2\4\1\115\3\4"+ "\1\116\14\4\21\0\3\4\2\0\2\4\3\0\2\4"+ "\2\0\10\4\1\117\12\4\21\0\3\4\2\0\2\4"+ "\3\0\2\4\2\0\21\4\1\120\1\4\21\0\3\4"+ "\2\0\2\4\3\0\2\4\2\0\21\4\1\121\1\4"+ "\21\0\3\4\2\0\2\4\3\0\2\4\2\0\10\4"+ "\1\122\12\4\21\0\3\4\2\0\2\4\3\0\2\4"+ "\2\0\20\4\1\123\2\4\21\0\3\4\2\0\2\4"+ "\3\0\2\4\2\0\11\4\1\124\11\4\21\0\3\4"+ "\2\0\2\4\3\0\2\4\2\0\14\4\1\125\6\4"+ "\21\0\3\4\2\0\2\4\3\0\2\4\2\0\1\4"+ "\1\126\21\4\21\0\3\4\2\0\2\4\3\0\2\4"+ "\2\0\7\4\1\127\13\4\21\0\3\4\2\0\2\4"+ "\3\0\2\4\2\0\21\4\1\130\1\4\21\0\3\4"+ "\2\0\2\4\3\0\2\4\2\0\6\4\1\131\6\4"+ "\1\132\5\4\21\0\3\4\2\0\2\4\3\0\2\4"+ "\2\0\22\4\1\133\21\0\3\4\2\0\2\4\3\0"+ "\2\4\2\0\1\4\1\134\21\4\21\0\3\4\2\0"+ "\2\4\3\0\2\4\2\0\6\4\1\135\14\4\20\0"+ "\51\105\1\136\10\105\10\106\1\0\5\106\1\0\43\106"+ "\1\0\3\4\2\0\2\4\3\0\2\4\2\0\6\4"+ "\1\137\14\4\21\0\3\52\2\0\1\52\14\0\1\52"+ "\5\0\1\52\1\0\1\52\2\0\1\52\1\0\1\52"+ "\23\0\1\112\7\0\1\111\50\0\3\140\2\0\1\140"+ "\14\0\1\140\5\0\1\140\1\0\1\140\2\0\1\140"+ "\1\0\1\140\22\0\3\4\2\0\2\4\3\0\2\4"+ "\2\0\3\4\1\141\17\4\21\0\3\4\2\0\2\4"+ "\3\0\2\4\2\0\7\4\1\142\13\4\21\0\3\4"+ "\2\0\2\4\3\0\2\4\2\0\16\4\1\143\4\4"+ "\21\0\3\4\2\0\2\4\3\0\2\4\2\0\11\4"+ "\1\144\11\4\21\0\3\4\2\0\2\4\3\0\2\4"+ "\2\0\7\4\1\145\13\4\21\0\3\4\2\0\2\4"+ "\3\0\2\4\2\0\17\4\1\146\3\4\21\0\3\4"+ "\2\0\2\4\3\0\2\4\2\0\12\4\1\147\10\4"+ "\21\0\3\4\2\0\2\4\3\0\2\4\2\0\14\4"+ "\1\150\6\4\21\0\3\4\2\0\2\4\3\0\2\4"+ "\2\0\14\4\1\151\6\4\21\0\3\4\2\0\2\4"+ "\3\0\2\4\2\0\11\4\1\152\11\4\20\0\51\105"+ "\1\136\1\12\7\105\1\0\3\4\2\0\2\4\3\0"+ "\2\4\2\0\7\4\1\153\13\4\21\0\3\140\2\0"+ "\1\140\3\0\1\111\10\0\1\140\5\0\1\140\1\0"+ "\1\140\2\0\1\140\1\0\1\140\22\0\3\4\2\0"+ "\2\4\3\0\2\4\2\0\1\4\1\154\21\4\21\0"+ "\3\4\2\0\2\4\3\0\2\4\2\0\10\4\1\155"+ "\12\4\21\0\3\4\2\0\2\4\3\0\2\4\2\0"+ "\1\4\1\156\21\4\21\0\3\4\2\0\2\4\3\0"+ "\2\4\2\0\10\4\1\157\12\4\21\0\3\4\2\0"+ "\2\4\3\0\2\4\2\0\14\4\1\160\6\4\21\0"+ "\3\4\2\0\2\4\3\0\2\4\2\0\4\4\1\161"+ "\16\4\21\0\3\4\2\0\2\4\3\0\2\4\2\0"+ "\11\4\1\162\11\4\21\0\3\4\2\0\2\4\3\0"+ "\2\4\2\0\7\4\1\163\13\4\21\0\3\4\2\0"+ "\2\4\3\0\2\4\2\0\5\4\1\164\15\4\21\0"+ "\3\4\2\0\2\4\3\0\2\4\2\0\7\4\1\165"+ "\13\4\20\0"; private static int [] zzUnpackTrans() { int [] result = new int[3750]; int offset = 0; offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result); return result; } private static int zzUnpackTrans(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); value--; do result[j++] = value; while (--count > 0); } return j; } /* error codes */ private static final int ZZ_UNKNOWN_ERROR = 0; private static final int ZZ_NO_MATCH = 1; private static final int ZZ_PUSHBACK_2BIG = 2; /* error messages for the codes above */ private static final String ZZ_ERROR_MSG[] = { "Unkown internal scanner error", "Error: could not match input", "Error: pushback value was too large" }; /** * ZZ_ATTRIBUTE[aState] contains the attributes of state aState */ private static final int [] ZZ_ATTRIBUTE = zzUnpackAttribute(); private static final String ZZ_ATTRIBUTE_PACKED_0 = "\1\0\1\11\3\1\1\11\3\1\1\11\16\1\2\11"+ "\3\1\3\11\1\1\7\11\1\1\2\0\1\11\2\0"+ "\22\1\4\11\1\0\2\1\1\0\1\11\2\0\22\1"+ "\1\0\1\1\1\0\25\1"; private static int [] zzUnpackAttribute() { int [] result = new int[117]; int offset = 0; offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result); return result; } private static int zzUnpackAttribute(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); do result[j++] = value; while (--count > 0); } return j; } /** the input device */ private java.io.Reader zzReader; /** the current state of the DFA */ private int zzState; /** the current lexical state */ private int zzLexicalState = YYINITIAL; /** this buffer contains the current text to be matched and is the source of the yytext() string */ private char zzBuffer[] = new char[ZZ_BUFFERSIZE]; /** the textposition at the last accepting state */ private int zzMarkedPos; /** the textposition at the last state to be included in yytext */ private int zzPushbackPos; /** the current text position in the buffer */ private int zzCurrentPos; /** startRead marks the beginning of the yytext() string in the buffer */ private int zzStartRead; /** endRead marks the last character in the buffer, that has been read from input */ private int zzEndRead; /** number of newlines encountered up to the start of the matched text */ private int yyline; /** the number of characters up to the start of the matched text */ private int yychar; /** * the number of characters from the last newline up to the start of the * matched text */ private int yycolumn; /** * zzAtBOL == true <=> the scanner is currently at the beginning of a line */ private boolean zzAtBOL = true; /** zzAtEOF == true <=> the scanner is at the EOF */ private boolean zzAtEOF; /* user code: */ private int lineNumber = 1; public int lineNumber() { return lineNumber; } public Symbol token( int tokenType ) { Print.error().debugln( "Obtain token " + sym.terminal_name( tokenType ) + " \"" + yytext() + "\"" ); return new Symbol( tokenType, yychar, yychar + yytext().length(), yytext() ); } /** * Creates a new scanner * There is also a java.io.InputStream version of this constructor. * * @param in the java.io.Reader to read input from. */ public Yylex(java.io.Reader in) { this.zzReader = in; } /** * Creates a new scanner. * There is also java.io.Reader version of this constructor. * * @param in the java.io.Inputstream to read input from. */ public Yylex(java.io.InputStream in) { this(new java.io.InputStreamReader(in)); } /** * Refills the input buffer. * * @return false, iff there was new input. * * @exception java.io.IOException if any I/O-Error occurs */ private boolean zzRefill() throws java.io.IOException { /* first: make room (if you can) */ if (zzStartRead > 0) { System.arraycopy(zzBuffer, zzStartRead, zzBuffer, 0, zzEndRead-zzStartRead); /* translate stored positions */ zzEndRead-= zzStartRead; zzCurrentPos-= zzStartRead; zzMarkedPos-= zzStartRead; zzPushbackPos-= zzStartRead; zzStartRead = 0; } /* is the buffer big enough? */ if (zzCurrentPos >= zzBuffer.length) { /* if not: blow it up */ char newBuffer[] = new char[zzCurrentPos*2]; System.arraycopy(zzBuffer, 0, newBuffer, 0, zzBuffer.length); zzBuffer = newBuffer; } /* finally: fill the buffer with new input */ int numRead = zzReader.read(zzBuffer, zzEndRead, zzBuffer.length-zzEndRead); if (numRead < 0) { return true; } else { zzEndRead+= numRead; return false; } } /** * Closes the input stream. */ public final void yyclose() throws java.io.IOException { zzAtEOF = true; /* indicate end of file */ zzEndRead = zzStartRead; /* invalidate buffer */ if (zzReader != null) zzReader.close(); } /** * Resets the scanner to read from a new input stream. * Does not close the old reader. * * All internal variables are reset, the old input stream * cannot be reused (internal buffer is discarded and lost). * Lexical state is set to ZZ_INITIAL. * * @param reader the new input stream */ public final void yyreset(java.io.Reader reader) { zzReader = reader; zzAtBOL = true; zzAtEOF = false; zzEndRead = zzStartRead = 0; zzCurrentPos = zzMarkedPos = zzPushbackPos = 0; yyline = yychar = yycolumn = 0; zzLexicalState = YYINITIAL; } /** * Returns the current lexical state. */ public final int yystate() { return zzLexicalState; } /** * Enters a new lexical state * * @param newState the new lexical state */ public final void yybegin(int newState) { zzLexicalState = newState; } /** * Returns the text matched by the current regular expression. */ public final String yytext() { return new String( zzBuffer, zzStartRead, zzMarkedPos-zzStartRead ); } /** * Returns the character at position pos from the * matched text. * * It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. * A value from 0 to yylength()-1. * * @return the character at position pos */ public final char yycharat(int pos) { return zzBuffer[zzStartRead+pos]; } /** * Returns the length of the matched text region. */ public final int yylength() { return zzMarkedPos-zzStartRead; } /** * Reports an error that occured while scanning. * * In a wellformed scanner (no or only correct usage of * yypushback(int) and a match-all fallback rule) this method * will only be called with things that "Can't Possibly Happen". * If this method is called, something is seriously wrong * (e.g. a JFlex bug producing a faulty scanner etc.). * * Usual syntax/scanner level error handling should be done * in error fallback rules. * * @param errorCode the code of the errormessage to display */ private void zzScanError(int errorCode) { String message; try { message = ZZ_ERROR_MSG[errorCode]; } catch (ArrayIndexOutOfBoundsException e) { message = ZZ_ERROR_MSG[ZZ_UNKNOWN_ERROR]; } throw new Error(message); } /** * Pushes the specified amount of characters back into the input stream. * * They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. * This number must not be greater than yylength()! */ public void yypushback(int number) { if ( number > yylength() ) zzScanError(ZZ_PUSHBACK_2BIG); zzMarkedPos -= number; } /** * Resumes scanning until the next regular expression is matched, * the end of input is encountered or an I/O-Error occurs. * * @return the next token * @exception java.io.IOException if any I/O-Error occurs */ public Symbol yylex() throws java.io.IOException { int zzInput; int zzAction; // cached fields: int zzCurrentPosL; int zzMarkedPosL; int zzEndReadL = zzEndRead; char [] zzBufferL = zzBuffer; char [] zzCMapL = ZZ_CMAP; int [] zzTransL = ZZ_TRANS; int [] zzRowMapL = ZZ_ROWMAP; int [] zzAttrL = ZZ_ATTRIBUTE; while (true) { zzMarkedPosL = zzMarkedPos; yychar+= zzMarkedPosL-zzStartRead; zzAction = -1; zzCurrentPosL = zzCurrentPos = zzStartRead = zzMarkedPosL; zzState = zzLexicalState; zzForAction: { while (true) { if (zzCurrentPosL < zzEndReadL) zzInput = zzBufferL[zzCurrentPosL++]; else if (zzAtEOF) { zzInput = YYEOF; break zzForAction; } else { // store back cached positions zzCurrentPos = zzCurrentPosL; zzMarkedPos = zzMarkedPosL; boolean eof = zzRefill(); // get translated positions and possibly new buffer zzCurrentPosL = zzCurrentPos; zzMarkedPosL = zzMarkedPos; zzBufferL = zzBuffer; zzEndReadL = zzEndRead; if (eof) { zzInput = YYEOF; break zzForAction; } else { zzInput = zzBufferL[zzCurrentPosL++]; } } int zzNext = zzTransL[ zzRowMapL[zzState] + zzCMapL[zzInput] ]; if (zzNext == -1) break zzForAction; zzState = zzNext; int zzAttributes = zzAttrL[zzState]; if ( (zzAttributes & 1) == 1 ) { zzAction = zzState; zzMarkedPosL = zzCurrentPosL; if ( (zzAttributes & 8) == 8 ) break zzForAction; } } } // store back cached position zzMarkedPos = zzMarkedPosL; switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) { case 42: { return token( sym.ELSE ); } case 51: break; case 4: { lineNumber++; } case 52: break; case 44: { return token( sym.BEGIN ); } case 53: break; case 16: { return token( sym.RIGHT ); } case 54: break; case 46: { return token( sym.FUNCT ); } case 55: break; case 14: { return token( sym.DIVIDE ); } case 56: break; case 15: { return token( sym.LEFT ); } case 57: break; case 2: { return token( sym.INTVALUE ); } case 58: break; case 26: { return token( sym.EQ ); } case 59: break; case 41: { return token( sym.ELIF ); } case 60: break; case 21: { return token( sym.DOT ); } case 61: break; case 47: { return token( sym.WHILE ); } case 62: break; case 50: { return token( sym.PRINTLN ); } case 63: break; case 49: { return token( sym.PROGRAM ); } case 64: break; case 11: { return token( sym.PLUS ); } case 65: break; case 45: { return token( sym.PRINT ); } case 66: break; case 12: { return token( sym.MINUS ); } case 67: break; case 35: { return token( sym.NEW ); } case 68: break; case 27: { return token( sym.LE ); } case 69: break; case 34: { return token( sym.NOT ); } case 70: break; case 33: { return token( sym.AND ); } case 71: break; case 36: { return token( sym.FOR ); } case 72: break; case 37: { return token( sym.END ); } case 73: break; case 32: { return token( sym.ORD ); } case 74: break; case 31: { return token( sym.VAR ); } case 75: break; case 9: { return token( sym.LT ); } case 76: break; case 1: { return token( sym.error ); } case 77: break; case 39: { return token( sym.NULL ); } case 78: break; case 8: { return token( sym.ASSIGN ); } case 79: break; case 40: { return token( sym.THEN ); } case 80: break; case 24: { return token( sym.IF ); } case 81: break; case 43: { return token( sym.SIZE ); } case 82: break; case 25: { return token( sym.DO ); } case 83: break; case 3: { return token( sym.IDENT ); } case 84: break; case 19: { return token( sym.LEFTCURLY ); } case 85: break; case 17: { return token( sym.LEFTSQ ); } case 86: break; case 22: { return token( sym.STRINGVALUE ); } case 87: break; case 29: { return token( sym.GE ); } case 88: break; case 13: { return token( sym.TIMES ); } case 89: break; case 38: { return token( sym.CHR ); } case 90: break; case 6: { return token( sym.SEMICOLON ); } case 91: break; case 28: { return token( sym.NE ); } case 92: break; case 7: { return token( sym.COMMA ); } case 93: break; case 48: { return token( sym.RETURN ); } case 94: break; case 23: { return token( sym.OR ); } case 95: break; case 10: { return token( sym.GT ); } case 96: break; case 30: { return token( sym.CHARVALUE ); } case 97: break; case 18: { return token( sym.RIGHTSQ ); } case 98: break; case 20: { return token( sym.RIGHTCURLY ); } case 99: break; case 5: { } case 100: break; default: if (zzInput == YYEOF && zzStartRead == zzCurrentPos) { zzAtEOF = true; { return token( sym.EOF ); } } else { zzScanError(ZZ_NO_MATCH); } } } } }