Clan
0.8.0
|
#include <parser.h>
Data Fields | |
int | value |
char * | symbol |
osl_vector_p | affex |
osl_relation_p | setex |
osl_relation_list_p | list |
osl_statement_p | stmt |
osl_vector_p YYSTYPE::affex |
An affine expression
Definition at line 342 of file parser.c.
Referenced by yydestruct(), and yyparse().
osl_relation_list_p YYSTYPE::list |
List of array accesses
Definition at line 344 of file parser.c.
Referenced by yydestruct(), and yyparse().
osl_relation_p YYSTYPE::setex |
osl_statement_p YYSTYPE::stmt |
List of statements
Definition at line 345 of file parser.c.
Referenced by yydestruct(), and yyparse().
char * YYSTYPE::symbol |
A string for identifiers
Definition at line 341 of file parser.c.
Referenced by yydestruct(), and yyparse().
int YYSTYPE::value |