File: javascript.h

package info (click to toggle)
links2 2.1pre16-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 16,944 kB
  • ctags: 7,154
  • sloc: ansic: 74,279; sh: 3,102; yacc: 1,584; lex: 748; cpp: 530; pascal: 257; makefile: 105; awk: 47; perl: 34
file content (64 lines) | stat: -rw-r--r-- 1,210 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#ifndef YYSTYPE
#define YYSTYPE int
#endif
#define	BREAK	258
#define	CASE	259
#define	CATCH	260
#define	CONTINUE	261
#define	DEFAULT	262
#define	DELETE	263
#define	DO	264
#define	ELSE	265
#define	FINALLY	266
#define	FOR	267
#define	FUNCTION	268
#define	IF	269
#define	IN	270
#define	INSTANCEOF	271
#define	NEW	272
#define	RETURN	273
#define	SWITCH	274
#define	THIS	275
#define	THROW	276
#define	TYPEOF	277
#define	TRY	278
#define	VAR	279
#define	VOID	280
#define	WHILE	281
#define	WITH	282
#define	LEXERROR	283
#define	THREERIGHTEQUAL	284
#define	IDENTIFIER	285
#define	NULLLIT	286
#define	FALSELIT	287
#define	TRUELIT	288
#define	NUMLIT	289
#define	STRINGLIT	290
#define	REGEXPLIT	291
#define	BUGGY_TOKEN	292
#define	PLUSPLUS	11051
#define	MINMIN	11565
#define	SHLEQ	15676
#define	SHREQ	15678
#define	SHLSHL	15420
#define	SHRSHR	15934
#define	SHRSHRSHR	293
#define	EQEQ	15677
#define	EXCLAMEQ	15649
#define	EQEQEQ	294
#define	EXCLAMEQEQ	295
#define	ANDAND	9766
#define	OROR	31868
#define	PLUSEQ	15659
#define	MINEQ	15661
#define	TIMESEQ	15658
#define	MODEQ	15653
#define	DIVEQ	15663
#define	ANDEQ	15654
#define	OREQ	15740
#define	XOREQ	15710
#define	SHLSHLEQ	296
#define	SHRSHREQ	297


extern YYSTYPE yylval;