File: easylyparser.h

package info (click to toggle)
denemo 0.5.9-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,500 kB
  • ctags: 2,415
  • sloc: ansic: 23,057; sh: 3,321; yacc: 1,737; makefile: 449; lex: 376
file content (42 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#ifndef BISON___EASYLYPARSER_H
# define BISON___EASYLYPARSER_H

#ifndef YYSTYPE
typedef union {
  gint a;
  gchar c;
  gchar *strval;
  struct twoints t;
} yystype;
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif
# define	STAFFBEGIN	257
# define	STAFFEND	258
# define	TIMESIGTOK	259
# define	KEYSIGTOK	260
# define	CLEFTOK	261
# define	INSTRUMENT	262
# define	BEGINCHORD	263
# define	ENDCHORD	264
# define	TONETYPE	265
# define	ENSHIFT	266
# define	OCTIND	267
# define	BASEDURATION	268
# define	NUMDOTS	269
# define	MINOR	270
# define	MAJOR	271
# define	TIE	272
# define	BLINE	273
# define	SLUR_START	274
# define	SLUR_END	275
# define	BEGINTUPLET	276
# define	ENDTUPLET	277
# define	STEMDIRECTIVETOK	278
# define	RELOADDIRECTIVE	279
# define	DYNAMICTOK	280


extern YYSTYPE lylval;

#endif /* not BISON___EASYLYPARSER_H */