forked from rescript-lang/rescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
arith_parser.ml
249 lines (231 loc) · 9.25 KB
/
arith_parser.ml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
type token =
| NUMERAL of (float)
| IDENT of (string)
| PLUS
| MINUS
| TIMES
| DIVIDE
| UMINUS
| LPAREN
| RPAREN
| EOF
open Parsing;;
let _ = parse_error;;
# 2 "arith_parser.mly"
open Arith_syntax
# 18 "arith_parser.ml"
let yytransl_const = [|
259 (* PLUS *);
260 (* MINUS *);
261 (* TIMES *);
262 (* DIVIDE *);
263 (* UMINUS *);
264 (* LPAREN *);
265 (* RPAREN *);
0 (* EOF *);
0|]
let yytransl_block = [|
257 (* NUMERAL *);
258 (* IDENT *);
0|]
let yylhs = "\255\255\
\001\000\002\000\002\000\002\000\002\000\002\000\002\000\002\000\
\002\000\000\000"
let yylen = "\002\000\
\002\000\001\000\001\000\003\000\003\000\003\000\003\000\002\000\
\003\000\002\000"
let yydefred = "\000\000\
\000\000\000\000\002\000\003\000\000\000\000\000\010\000\000\000\
\008\000\000\000\000\000\000\000\000\000\000\000\001\000\009\000\
\000\000\000\000\006\000\007\000"
let yydgoto = "\002\000\
\007\000\008\000"
let yysindex = "\255\255\
\016\255\000\000\000\000\000\000\016\255\016\255\000\000\010\000\
\000\000\022\255\016\255\016\255\016\255\016\255\000\000\000\000\
\255\254\255\254\000\000\000\000"
let yyrindex = "\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\001\000\003\000\000\000\000\000"
let yygindex = "\000\000\
\000\000\002\000"
let yytablesize = 272
let yytable = "\001\000\
\004\000\000\000\005\000\013\000\014\000\000\000\009\000\010\000\
\000\000\015\000\000\000\000\000\017\000\018\000\019\000\020\000\
\003\000\004\000\000\000\005\000\000\000\000\000\000\000\006\000\
\011\000\012\000\013\000\014\000\000\000\000\000\016\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
\000\000\000\000\000\000\004\000\004\000\005\000\005\000\000\000\
\000\000\004\000\000\000\005\000\011\000\012\000\013\000\014\000"
let yycheck = "\001\000\
\000\000\255\255\000\000\005\001\006\001\255\255\005\000\006\000\
\255\255\000\000\255\255\255\255\011\000\012\000\013\000\014\000\
\001\001\002\001\255\255\004\001\255\255\255\255\255\255\008\001\
\003\001\004\001\005\001\006\001\255\255\255\255\009\001\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
\255\255\255\255\255\255\003\001\004\001\003\001\004\001\255\255\
\255\255\009\001\255\255\009\001\003\001\004\001\005\001\006\001"
let yynames_const = "\
PLUS\000\
MINUS\000\
TIMES\000\
DIVIDE\000\
UMINUS\000\
LPAREN\000\
RPAREN\000\
EOF\000\
"
let yynames_block = "\
NUMERAL\000\
IDENT\000\
"
let yyact = [|
(fun _ -> failwith "parser")
; (fun __caml_parser_env ->
let _1 = (Parsing.peek_val __caml_parser_env 1 : 'expression) in
Obj.repr(
# 31 "arith_parser.mly"
( _1 )
# 160 "arith_parser.ml"
: Arith_syntax.expression))
; (fun __caml_parser_env ->
let _1 = (Parsing.peek_val __caml_parser_env 0 : float) in
Obj.repr(
# 35 "arith_parser.mly"
( Numeral _1 )
# 167 "arith_parser.ml"
: 'expression))
; (fun __caml_parser_env ->
let _1 = (Parsing.peek_val __caml_parser_env 0 : string) in
Obj.repr(
# 36 "arith_parser.mly"
( Variable _1 )
# 174 "arith_parser.ml"
: 'expression))
; (fun __caml_parser_env ->
let _1 = (Parsing.peek_val __caml_parser_env 2 : 'expression) in
let _3 = (Parsing.peek_val __caml_parser_env 0 : 'expression) in
Obj.repr(
# 37 "arith_parser.mly"
( Plus (_1, _3) )
# 182 "arith_parser.ml"
: 'expression))
; (fun __caml_parser_env ->
let _1 = (Parsing.peek_val __caml_parser_env 2 : 'expression) in
let _3 = (Parsing.peek_val __caml_parser_env 0 : 'expression) in
Obj.repr(
# 38 "arith_parser.mly"
( Minus (_1, _3) )
# 190 "arith_parser.ml"
: 'expression))
; (fun __caml_parser_env ->
let _1 = (Parsing.peek_val __caml_parser_env 2 : 'expression) in
let _3 = (Parsing.peek_val __caml_parser_env 0 : 'expression) in
Obj.repr(
# 39 "arith_parser.mly"
( Times (_1, _3) )
# 198 "arith_parser.ml"
: 'expression))
; (fun __caml_parser_env ->
let _1 = (Parsing.peek_val __caml_parser_env 2 : 'expression) in
let _3 = (Parsing.peek_val __caml_parser_env 0 : 'expression) in
Obj.repr(
# 40 "arith_parser.mly"
( Divide (_1, _3) )
# 206 "arith_parser.ml"
: 'expression))
; (fun __caml_parser_env ->
let _2 = (Parsing.peek_val __caml_parser_env 0 : 'expression) in
Obj.repr(
# 41 "arith_parser.mly"
( Negate _2 )
# 213 "arith_parser.ml"
: 'expression))
; (fun __caml_parser_env ->
let _2 = (Parsing.peek_val __caml_parser_env 1 : 'expression) in
Obj.repr(
# 42 "arith_parser.mly"
( _2 )
# 220 "arith_parser.ml"
: 'expression))
(* Entry toplevel *)
; (fun __caml_parser_env -> raise (Parsing.YYexit (Parsing.peek_val __caml_parser_env 0)))
|]
let yytables =
{ Parsing.actions=yyact;
Parsing.transl_const=yytransl_const;
Parsing.transl_block=yytransl_block;
Parsing.lhs=yylhs;
Parsing.len=yylen;
Parsing.defred=yydefred;
Parsing.dgoto=yydgoto;
Parsing.sindex=yysindex;
Parsing.rindex=yyrindex;
Parsing.gindex=yygindex;
Parsing.tablesize=yytablesize;
Parsing.table=yytable;
Parsing.check=yycheck;
Parsing.error_function=parse_error;
Parsing.names_const=yynames_const;
Parsing.names_block=yynames_block }
let toplevel (lexfun : Lexing.lexbuf -> token) (lexbuf : Lexing.lexbuf) =
(Parsing.yyparse yytables 1 lexfun lexbuf : Arith_syntax.expression)
;;
# 45 "arith_parser.mly"
# 250 "arith_parser.ml"