Skip to content

Commit 30ee9be

Browse files
committed
Small grammar tweaks
1 parent 4df9ab4 commit 30ee9be

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CHANGES.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,21 @@ From ``operators.yml``, ``operators.json`` is created and
1616
this holds operator information that the Mathics3 Kernel uses.
1717

1818
Things 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
2222
meanings, .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

2826
A new utility program ``mathics3-tokens`` can be used to show
2927
tokenization of an input stream, with the ``-C`` or ``--CodeTokenize``
3028
option, the program shows the tokens more closely in the form the WMA
3129
CodeTokens 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

3735
Operator precedence values have been gone over.
3836

0 commit comments

Comments
 (0)