20 #ifndef CARTO_FILE_LEX_LEX_H_
21 #define CARTO_FILE_LEX_LEX_H_
23 #include "opal_config.h"
42 extern int carto_file_lex(
void);
43 extern FILE *carto_file_in;
44 extern int carto_file_line;
45 extern bool carto_file_done;
51 #define YY_STACK_USED 0
52 #define YY_ALWAYS_INTERACTIVE 0
53 #define YY_NEVER_INTERACTIVE 0
56 #define YY_SKIP_YYWRAP 1
58 #define OPAL_CARTO_FILE_NEWLINE 0
59 #define OPAL_CARTO_FILE_ERROR 1
60 #define OPAL_CARTO_FILE_NODE_DECELERATION 2
61 #define OPAL_CARTO_FILE_CONNECTION_DECELERATION 3
62 #define OPAL_CARTO_FILE_BIDIRECTION_CONNECTION 4
63 #define OPAL_CARTO_FILE_INT 5
64 #define OPAL_CARTO_FILE_NAME 6
65 #define OPAL_CARTO_FILE_NODE_CONNECTION 7
Definition: carto_file_lex.h:37