Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
token_names.h
Go to the documentation of this file.
00001 /* Commonly used character constants */
00002 #define SPACE ' '
00003 #define NEWLINE '\n'
00004 #define COMMA ','
00005 #define SEMICOLON ';'
00006 #define LEFT_PAREN '('
00007 #define RIGHT_PAREN ')'
00008 #define LEFT_BRACKET '['
00009 #define RIGHT_BRACKET ']'
00010 #define LEFT_BRACE '{'
00011 #define RIGHT_BRACE '}'
00012 #define PLUS '+'
00013 #define MINUS '-' 
00014 #define MULTIPLY '*'
00015 #define DIVIDE '/'
00016 #define BITAND '&'
00017 #define BITOR '|'
00018 #define MODULUS '%'
00019 #define EQUAL '='
00020 #define QUESTION_MARK '?'
00021 #define COLON ':'
00022 #define LESS_THAN '<'
00023 #define LARGER_THAN '>'
00024 #define NOT '!'
00025 #define BIT_COMPLEMENT '~'
00026 #define FORTRAN_COMMENT_CHAR 'C'
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines