#include "tok.h"
#include "../Engine/csound_orcparse.h"
#include "csoundCore.h"

Go to the source code of this file.
Data Structures | |
| struct | TREE |
Defines | |
| #define | YYDEBUG 1 |
Enumerations | |
| enum | { S_ANDTHEN = T_HIGHEST+1, S_APPLY } |
Functions | |
| TREE * | make_node (CSOUND *, int, TREE *, TREE *) |
| TREE * | make_leaf (CSOUND *, int, ORCTOKEN *) |
| ORCTOKEN * | make_int (CSOUND *, char *) |
| ORCTOKEN * | make_num (CSOUND *, char *) |
| ORCTOKEN * | make_token (CSOUND *csound, char *s) |
| #define YYDEBUG 1 |
1.5.6