35 |
#ifndef ASC_SCANNER_H |
#ifndef ASC_SCANNER_H |
36 |
#define ASC_SCANNER_H |
#define ASC_SCANNER_H |
37 |
|
|
38 |
|
/** addtogroup compiler Compiler |
39 |
|
@{ |
40 |
|
*/ |
41 |
|
|
42 |
#define YY_MAXLEN MAXTOKENLENGTH |
#define YY_MAXLEN MAXTOKENLENGTH |
43 |
/**< |
/**< |
44 |
* Maximum token size(in characters). |
* Maximum token size(in characters). |
115 |
* startup. Call this only at the final shutdown of the scanner. |
* startup. Call this only at the final shutdown of the scanner. |
116 |
*/ |
*/ |
117 |
|
|
118 |
|
/* @} */ |
119 |
|
|
120 |
#endif /* ASC_SCANNER_H */ |
#endif /* ASC_SCANNER_H */ |
121 |
|
|