synaps/base/parser_def.h

00001 /*********************************************************************
00002 *      This file is part of the source code of SYNAPS software.      *
00003 *      (C) B. Mourrain, GALAAD, INRIA,                               *
00004 **********************************************************************
00005 History:
00006 **********************************************************************/
00007 #ifndef lexer_lex
00008 #define lexer_lex
00009 
00010 #include <string.h>
00011 
00012 #define COEF  10
00013 #define XID   11
00014 #define SUM   12
00015 #define MINUS 13
00016 #define MULT  14
00017 #define TERMINATOR  15
00018 #define SEPARATOR   16
00019 #define BLIST       17
00020 #define ELIST       18
00021 
00022 #endif /* _lexer_lex_ */

SYNAPS DOCUMENTATION
logo