itextomml 1.5.6 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/ext/itex2MML.h +3 -3
- data/ext/itex2MML_ruby.c +5 -5
- data/ext/lex.yy.c +3803 -3394
- data/ext/y.tab.c +2609 -2519
- data/ext/y.tab.h +88 -76
- metadata +8 -9
data/ext/y.tab.h
CHANGED
@@ -1,8 +1,9 @@
|
|
1
|
-
/* A Bison parser, made by GNU Bison 3.
|
1
|
+
/* A Bison parser, made by GNU Bison 3.4.2. */
|
2
2
|
|
3
3
|
/* Bison interface for Yacc-like parsers in C
|
4
4
|
|
5
|
-
Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation,
|
5
|
+
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 Free Software Foundation,
|
6
|
+
Inc.
|
6
7
|
|
7
8
|
This program is free software: you can redistribute it and/or modify
|
8
9
|
it under the terms of the GNU General Public License as published by
|
@@ -30,6 +31,9 @@
|
|
30
31
|
This special exception was added by the Free Software Foundation in
|
31
32
|
version 2.2 of Bison. */
|
32
33
|
|
34
|
+
/* Undocumented macros, especially those whose name start with YY_,
|
35
|
+
are private implementation details. Do not rely on them. */
|
36
|
+
|
33
37
|
#ifndef YY_ITEX2MML_YY_Y_TAB_H_INCLUDED
|
34
38
|
# define YY_ITEX2MML_YY_Y_TAB_H_INCLUDED
|
35
39
|
/* Debug traces. */
|
@@ -176,43 +180,47 @@ extern int itex2MML_yydebug;
|
|
176
180
|
VEC = 386,
|
177
181
|
WIDEVEC = 387,
|
178
182
|
WIDELVEC = 388,
|
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
|
-
|
183
|
+
WIDELRVEC = 389,
|
184
|
+
WIDEUVEC = 390,
|
185
|
+
WIDEULVEC = 391,
|
186
|
+
WIDEULRVEC = 392,
|
187
|
+
HAT = 393,
|
188
|
+
WIDEHAT = 394,
|
189
|
+
CHECK = 395,
|
190
|
+
WIDECHECK = 396,
|
191
|
+
TILDE = 397,
|
192
|
+
WIDETILDE = 398,
|
193
|
+
DOT = 399,
|
194
|
+
DDOT = 400,
|
195
|
+
DDDOT = 401,
|
196
|
+
DDDDOT = 402,
|
197
|
+
UNARYMINUS = 403,
|
198
|
+
UNARYPLUS = 404,
|
199
|
+
BEGINENV = 405,
|
200
|
+
ENDENV = 406,
|
201
|
+
MATRIX = 407,
|
202
|
+
PMATRIX = 408,
|
203
|
+
BMATRIX = 409,
|
204
|
+
BBMATRIX = 410,
|
205
|
+
VMATRIX = 411,
|
206
|
+
VVMATRIX = 412,
|
207
|
+
SVG = 413,
|
208
|
+
ENDSVG = 414,
|
209
|
+
SMALLMATRIX = 415,
|
210
|
+
CASES = 416,
|
211
|
+
ALIGNED = 417,
|
212
|
+
GATHERED = 418,
|
213
|
+
SUBSTACK = 419,
|
214
|
+
PMOD = 420,
|
215
|
+
RMCHAR = 421,
|
216
|
+
COLOR = 422,
|
217
|
+
BGCOLOR = 423,
|
218
|
+
XARROW = 424,
|
219
|
+
OPTARGOPEN = 425,
|
220
|
+
OPTARGCLOSE = 426,
|
221
|
+
ITEXNUM = 427,
|
222
|
+
RAISEBOX = 428,
|
223
|
+
NEG = 429
|
216
224
|
};
|
217
225
|
#endif
|
218
226
|
/* Tokens. */
|
@@ -347,43 +355,47 @@ extern int itex2MML_yydebug;
|
|
347
355
|
#define VEC 386
|
348
356
|
#define WIDEVEC 387
|
349
357
|
#define WIDELVEC 388
|
350
|
-
#define
|
351
|
-
#define
|
352
|
-
#define
|
353
|
-
#define
|
354
|
-
#define
|
355
|
-
#define
|
356
|
-
#define
|
357
|
-
#define
|
358
|
-
#define
|
359
|
-
#define
|
360
|
-
#define
|
361
|
-
#define
|
362
|
-
#define
|
363
|
-
#define
|
364
|
-
#define
|
365
|
-
#define
|
366
|
-
#define
|
367
|
-
#define
|
368
|
-
#define
|
369
|
-
#define
|
370
|
-
#define
|
371
|
-
#define
|
372
|
-
#define
|
373
|
-
#define
|
374
|
-
#define
|
375
|
-
#define
|
376
|
-
#define
|
377
|
-
#define
|
378
|
-
#define
|
379
|
-
#define
|
380
|
-
#define
|
381
|
-
#define
|
382
|
-
#define
|
383
|
-
#define
|
384
|
-
#define
|
385
|
-
#define
|
386
|
-
#define
|
358
|
+
#define WIDELRVEC 389
|
359
|
+
#define WIDEUVEC 390
|
360
|
+
#define WIDEULVEC 391
|
361
|
+
#define WIDEULRVEC 392
|
362
|
+
#define HAT 393
|
363
|
+
#define WIDEHAT 394
|
364
|
+
#define CHECK 395
|
365
|
+
#define WIDECHECK 396
|
366
|
+
#define TILDE 397
|
367
|
+
#define WIDETILDE 398
|
368
|
+
#define DOT 399
|
369
|
+
#define DDOT 400
|
370
|
+
#define DDDOT 401
|
371
|
+
#define DDDDOT 402
|
372
|
+
#define UNARYMINUS 403
|
373
|
+
#define UNARYPLUS 404
|
374
|
+
#define BEGINENV 405
|
375
|
+
#define ENDENV 406
|
376
|
+
#define MATRIX 407
|
377
|
+
#define PMATRIX 408
|
378
|
+
#define BMATRIX 409
|
379
|
+
#define BBMATRIX 410
|
380
|
+
#define VMATRIX 411
|
381
|
+
#define VVMATRIX 412
|
382
|
+
#define SVG 413
|
383
|
+
#define ENDSVG 414
|
384
|
+
#define SMALLMATRIX 415
|
385
|
+
#define CASES 416
|
386
|
+
#define ALIGNED 417
|
387
|
+
#define GATHERED 418
|
388
|
+
#define SUBSTACK 419
|
389
|
+
#define PMOD 420
|
390
|
+
#define RMCHAR 421
|
391
|
+
#define COLOR 422
|
392
|
+
#define BGCOLOR 423
|
393
|
+
#define XARROW 424
|
394
|
+
#define OPTARGOPEN 425
|
395
|
+
#define OPTARGCLOSE 426
|
396
|
+
#define ITEXNUM 427
|
397
|
+
#define RAISEBOX 428
|
398
|
+
#define NEG 429
|
387
399
|
|
388
400
|
/* Value type. */
|
389
401
|
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itextomml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacques Distler
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-10-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: itextomml provides native Ruby bindings to itex2MML, which converts itex
|
14
14
|
equations to MathML.
|
@@ -18,16 +18,16 @@ extensions:
|
|
18
18
|
- ext/extconf.rb
|
19
19
|
extra_rdoc_files: []
|
20
20
|
files:
|
21
|
+
- README
|
22
|
+
- ext/extconf.rb
|
23
|
+
- ext/itex2MML.h
|
21
24
|
- ext/itex2MML_ruby.c
|
22
25
|
- ext/lex.yy.c
|
23
26
|
- ext/y.tab.c
|
24
|
-
- ext/itex2MML.h
|
25
27
|
- ext/y.tab.h
|
26
28
|
- lib/itex_stringsupport.rb
|
27
29
|
- lib/itextomml.rb
|
28
30
|
- test/test_itextomml.rb
|
29
|
-
- README
|
30
|
-
- ext/extconf.rb
|
31
31
|
homepage: http://golem.ph.utexas.edu/~distler/blog/itex2MML.html
|
32
32
|
licenses: []
|
33
33
|
metadata: {}
|
@@ -38,17 +38,16 @@ require_paths:
|
|
38
38
|
- ext
|
39
39
|
required_ruby_version: !ruby/object:Gem::Requirement
|
40
40
|
requirements:
|
41
|
-
- -
|
41
|
+
- - ">="
|
42
42
|
- !ruby/object:Gem::Version
|
43
43
|
version: '0'
|
44
44
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
|
-
- -
|
46
|
+
- - ">="
|
47
47
|
- !ruby/object:Gem::Version
|
48
48
|
version: '0'
|
49
49
|
requirements: []
|
50
|
-
|
51
|
-
rubygems_version: 2.0.14.1
|
50
|
+
rubygems_version: 3.2.17
|
52
51
|
signing_key:
|
53
52
|
specification_version: 4
|
54
53
|
summary: Native Ruby bindings to itex2MML.
|