#include <string>Go to the source code of this file.
Namespaces | |
| mmx | |
Macros | |
| #define | COEF 10 | 
| #define | XID 11 | 
| #define | SUM 12 | 
| #define | MINUS 13 | 
| #define | MULT 14 | 
| #define | TERMINATE 15 | 
| #define | SEPARATOR 16 | 
| #define | BLIST 17 | 
| #define | ELIST 18 | 
| #define | YYLEX | 
Functions | |
| int | yylex (void) | 
Variables | |
| char * | yylval | 
| char * | synaps_input | 
| char * | synaps_inputptr | 
| char * | synaps_inputlim | 
| #define BLIST 17 | 
| #define COEF 10 | 
| #define ELIST 18 | 
| #define MINUS 13 | 
| #define MULT 14 | 
| #define SEPARATOR 16 | 
| #define SUM 12 | 
| #define TERMINATE 15 | 
| #define XID 11 | 
| #define YYLEX | 
| int yylex | ( | void | ) | 
| char* synaps_input | 
| char* synaps_inputlim | 
| char* synaps_inputptr | 
| char* yylval |