#include <TPTPLexerTokenTypes.hpp>
Inheritance diagram for TPTPLexerTokenTypes:
Public Types | |
enum | { EOF_ = 1, UPPER = 4, LOWER = 5, DIGIT = 6, WHITE = 7, NUMBER = 8, WORDCHAR = 9, CHARACTER = 10, SKIP_RULE = 11, COMMENT_LINE = 12, QUOTE = 13, FILE_NAME = 14, LPAR = 15, RPAR = 16, LBRA = 17, RBRA = 18, COMMA = 19, COLON = 20, DOT = 21, AND = 22, NOT = 23, OR = 24, IFF = 25, IMP = 26, XOR = 27, FORALL = 28, EXISTS = 29, PP = 30, MM = 31, NAME = 32, VAR = 33, LITERAL_input_formula = 34, LITERAL_input_clause = 35, LITERAL_include = 36, NULL_TREE_LOOKAHEAD = 3 } |
Copyright (C) Andrei Voronkov and Alexandre Riazanov
Andrei Voronkov <voronkov@cs.man.ac.uk>, <andrei@voronkov.com>
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|