repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
supernova: fix for small audio vector sizes
[supercollider.git]
/
lang
/
LangSource
/
Bison
/
lang11d_tab.h
blob
280c9eca6cd11a61ef5a977d9fd0b6a5e7efebc6
1
#ifndef YYSTYPE
2
#define YYSTYPE int
3
#endif
4
#define NAME 258
5
#define INTEGER 259
6
#define SC_FLOAT 260
7
#define ACCIDENTAL 261
8
#define SYMBOL 262
9
#define STRING 263
10
#define ASCII 264
11
#define PRIMITIVENAME 265
12
#define CLASSNAME 266
13
#define CURRYARG 267
14
#define VAR 268
15
#define ARG 269
16
#define CLASSVAR 270
17
#define SC_CONST 271
18
#define NILOBJ 272
19
#define TRUEOBJ 273
20
#define FALSEOBJ 274
21
#define PSEUDOVAR 275
22
#define ELLIPSIS 276
23
#define DOTDOT 277
24
#define PIE 278
25
#define BEGINCLOSEDFUNC 279
26
#define BADTOKEN 280
27
#define INTERPRET 281
28
#define BEGINGENERATOR 282
29
#define LEFTARROW 283
30
#define WHILE 284
31
#define READWRITEVAR 285
32
#define KEYBINOP 286
33
#define BINOP 287
34
#define UMINUS 288
35
36
37
extern
YYSTYPE yylval
;