/**
 * This file automatically has been generated by ULS and
 *  contains an implementation of lexical analyzer
 *  for parsing the programming language 'sample2'.
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 */
#ifndef __OUT_C_2_H__
#define __OUT_C_2_H__

#define             NONE  -7
#define             LINK  -6
#define             TMPL  -5
#define          LINENUM  -4
#define           NUMBER  -3
#define              EOF  -1

#define              EOI  0
#define              TAB  9

#define               LF  10

#define            BEGIN  92
#define              BEG  92
#define              AND  93
#define           ANDAND  93
#define           AANNDD  93
#define             AND2  93
#define        AND_ALIAS  93
#define            MINUS  94
#define               OR  94
#define              OR2  94
#define               EQ  95
#define             EQEQ  96
#define              NEQ  97
#define              LEQ  98
#define              GEQ  99

#define               IF  150
#define            ENDIF  151
#define      BITWISE_AND  152
#define              ERR  199

#define           SQUOTE  200
#define           DQUOTE  201

#define            IDENT  210

#endif

