Csound and CsoundAC API 5.13
Data Structures | Defines | Typedefs | Enumerations | Functions

csound_orc.h File Reference

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

Data Structures

struct  TREE

Defines

#define PARSER_DEBUG   (0)
#define YYDEBUG   1

Typedefs

typedef struct TREE TREE

Enumerations

enum  { S_ANDTHEN = T_HIGHEST+1, S_APPLY }

Functions

ORCTOKENmake_int (CSOUND *, char *)
TREEmake_leaf (CSOUND *, int, ORCTOKEN *)
TREEmake_node (CSOUND *, int, TREE *, TREE *)
ORCTOKENmake_num (CSOUND *, char *)
ORCTOKENmake_token (CSOUND *csound, char *s)

Define Documentation

#define PARSER_DEBUG   (0)
#define YYDEBUG   1

Typedef Documentation

typedef struct TREE TREE

Enumeration Type Documentation

anonymous enum
Enumerator:
S_ANDTHEN 
S_APPLY 

Function Documentation

ORCTOKEN* make_int ( CSOUND ,
char *   
)
TREE* make_leaf ( CSOUND ,
int  ,
ORCTOKEN  
)
TREE* make_node ( CSOUND ,
int  ,
TREE ,
TREE  
)
ORCTOKEN* make_num ( CSOUND ,
char *   
)
ORCTOKEN* make_token ( CSOUND csound,
char *  s 
)