@@ -16,23 +16,21 @@ From ``operators.yml``, ``operators.json`` is created and
1616this holds operator information that the Mathics3 Kernel uses.
1717
1818Things like operator precedence, operator arity, associativity, and
19- AMSLaTeX equivalent notation are some of the information we store.
19+ AMSLaTeX equivalent notation is some of the information we store.
2020
21- All of the 100 or so unicode operators without initial builtin
21+ All of the 100 or so Unicode operators without initial builtin
2222meanings, .e.g., \[ Cup], \[ Cap], ... have been added.
2323
24- The tokenizer and parser in the Mathics3 Kernel use more information
25- from the YAML tables via extraction to JSON. However, more will be done in the
26- future.
24+ The tokenizer and parser in the Mathics3 Kernel use more YAML table information via JSON extraction. However, more will be done in the future.
2725
2826A new utility program ``mathics3-tokens `` can be used to show
2927tokenization of an input stream, with the ``-C `` or ``--CodeTokenize ``
3028option, the program shows the tokens more closely in the form the WMA
3129CodeTokens package uses. Over time, we expect that our tokenizer will
32- be more compilient with CodeTokens.
30+ be more compiliant with CodeTokens.
3331
3432``named-characters.yml `` was gone over, mostly to fill out
35- information, such as URL links to unicode pages.
33+ information, such as URL links to Unicode pages.
3634
3735Operator precedence values have been gone over.
3836
0 commit comments