mediawiki-extensions-Math/maintenance
Moritz Schubotz (physikerwelt) a102a4ed52
Remove curly
To reduce the complexity of the parse tree we remove the curly
element which is used for grouping in TeX. Instead, we use
use an attribute which defines if the group is put into curly
brackets or not. The functionality of the curly element
is transferred to the TexArray which was the only possible
child of the curly element before. To ease the transition,
we add a special constructor to TexArray.

We could not measure any performance implications of this change.

Bug: T333973
Change-Id: Idcb58694022831113bdc437576bb9f48658fff2f
2024-04-09 11:36:34 +02:00
..
JsonToMathML.php Update test references 2024-04-08 17:14:44 +00:00
MathGenerateSql.php schema: Move all sql files to sql folder 2022-06-22 18:11:51 +00:00
buildPHPparser.js Remove curly 2024-04-09 11:36:34 +02:00
downloadMoreTexVCtests.sh Skip tests if testfiles are missing 2024-04-03 20:45:20 +02:00
texvc.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00