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.
Files changed (7) hide show
  1. checksums.yaml +5 -5
  2. data/ext/itex2MML.h +3 -3
  3. data/ext/itex2MML_ruby.c +5 -5
  4. data/ext/lex.yy.c +3803 -3394
  5. data/ext/y.tab.c +2609 -2519
  6. data/ext/y.tab.h +88 -76
  7. metadata +8 -9
data/ext/y.tab.h CHANGED
@@ -1,8 +1,9 @@
1
- /* A Bison parser, made by GNU Bison 3.0.4. */
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, Inc.
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
- HAT = 389,
180
- WIDEHAT = 390,
181
- CHECK = 391,
182
- WIDECHECK = 392,
183
- TILDE = 393,
184
- WIDETILDE = 394,
185
- DOT = 395,
186
- DDOT = 396,
187
- DDDOT = 397,
188
- DDDDOT = 398,
189
- UNARYMINUS = 399,
190
- UNARYPLUS = 400,
191
- BEGINENV = 401,
192
- ENDENV = 402,
193
- MATRIX = 403,
194
- PMATRIX = 404,
195
- BMATRIX = 405,
196
- BBMATRIX = 406,
197
- VMATRIX = 407,
198
- VVMATRIX = 408,
199
- SVG = 409,
200
- ENDSVG = 410,
201
- SMALLMATRIX = 411,
202
- CASES = 412,
203
- ALIGNED = 413,
204
- GATHERED = 414,
205
- SUBSTACK = 415,
206
- PMOD = 416,
207
- RMCHAR = 417,
208
- COLOR = 418,
209
- BGCOLOR = 419,
210
- XARROW = 420,
211
- OPTARGOPEN = 421,
212
- OPTARGCLOSE = 422,
213
- ITEXNUM = 423,
214
- RAISEBOX = 424,
215
- NEG = 425
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 HAT 389
351
- #define WIDEHAT 390
352
- #define CHECK 391
353
- #define WIDECHECK 392
354
- #define TILDE 393
355
- #define WIDETILDE 394
356
- #define DOT 395
357
- #define DDOT 396
358
- #define DDDOT 397
359
- #define DDDDOT 398
360
- #define UNARYMINUS 399
361
- #define UNARYPLUS 400
362
- #define BEGINENV 401
363
- #define ENDENV 402
364
- #define MATRIX 403
365
- #define PMATRIX 404
366
- #define BMATRIX 405
367
- #define BBMATRIX 406
368
- #define VMATRIX 407
369
- #define VVMATRIX 408
370
- #define SVG 409
371
- #define ENDSVG 410
372
- #define SMALLMATRIX 411
373
- #define CASES 412
374
- #define ALIGNED 413
375
- #define GATHERED 414
376
- #define SUBSTACK 415
377
- #define PMOD 416
378
- #define RMCHAR 417
379
- #define COLOR 418
380
- #define BGCOLOR 419
381
- #define XARROW 420
382
- #define OPTARGOPEN 421
383
- #define OPTARGCLOSE 422
384
- #define ITEXNUM 423
385
- #define RAISEBOX 424
386
- #define NEG 425
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.5.6
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: 2017-05-17 00:00:00.000000000 Z
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
- rubyforge_project:
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.