Skip to content

Changes

Summary

  1. More compact contents of operator precedence table (details)
  2. Explain associativity (details)
  3. Fix errors in the operator precedence table (details)
  4. Add non-normative paragraph about pretty-printing (details)
  5. Add normative text and example regarding component reference syntax (details)
  6. Reorder examples in order of operator appearance in table (details)
  7. Describe associativity as property of operator precedence group (details)
  8. Don't speak of evaluation order when defining operator precedence (details)
  9. Don't mention right associativity (details)
  10. Clarify that ternary use of array range isn't a problem for associativity (details)
  11. Use the listings.sty option upquote=true (details)
  12. Short replacement for non-normative section on mathematical associativity (details)
  13. Clarify precedence separation by horizontal lines (details)
  14. Remove 'Note that' (details)
  15. Update Dockerfile for new fonts (details)
  16. Update to texlive 2022 (details)
  17. Update chapters/classes.tex (details)
Commit b9b64f0687629ae643d6af8d46cb4ad681c413cd by Tidefelt Henrik
More compact contents of operator precedence table
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 2e6d4320da4b8f103bdafc21887b6eb903e8a4db by Tidefelt Henrik
Fix errors in the operator precedence table
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit a1822fa661153d79af9d32d7b308c9f095bfdbb6 by Tidefelt Henrik
Add non-normative paragraph about pretty-printing
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 2ca9a28971d5a38b5f0f7bedd7fe61205df942cf by Tidefelt Henrik
Add normative text and example regarding component reference syntax
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit c76717e53a5d824368a90cc0d9bbdd607b97b9fc by Tidefelt Henrik
Reorder examples in order of operator appearance in table
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit cf9072e3c84de9757078dab60e083becc77495de by Tidefelt Henrik
Describe associativity as property of operator precedence group
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 0ab81e354eb4227d9231a574d6639e237277c759 by Tidefelt Henrik
Don't speak of evaluation order when defining operator precedence
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit d6cce50c7d9611c47864a48083fa0f1db2b02d3d by noreply
Don't mention right associativity

As suggested by @HansOlsson.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 075f5e4f383215aa1135e1b45fcf2719d34b676b by Tidefelt Henrik
Clarify that ternary use of array range isn't a problem for associativity
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 317de83319a4aaeaaf08946fefc505e7b25ca781 by Tidefelt Henrik
Use the listings.sty option upquote=true

Fixes #3122.
The file was modified mlsshared.sty (diff)
Commit c6c06a6fcb7a9a0b994fc78ea582392a59cbb3e1 by Tidefelt Henrik
Short replacement for non-normative section on mathematical associativity
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit ffc3b3719352e9fc93f3ff4320bb2db453105057 by noreply
Clarify precedence separation by horizontal lines

As suggested by Hans.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit f68975f662d511a8fd6d76980617acf924cad989 by Martin Sjölund
Update Dockerfile for new fonts
The file was modified .CI/latexml/Dockerfile (diff)
The file was removed.CI/latexml/Dockerfile.2.incremental
The file was modified .CI/Jenkinsfile (diff)
The file was modified .CI/latexml/Dockerfile (diff)
The file was removed.CI/latexml/Dockerfile.incremental
Commit a398ec52f7c2fd2aadea1dbf1720ba6e0963d7f1 by noreply
Update chapters/classes.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/classes.tex (diff)

Summary

  1. More compact contents of operator precedence table (details)
  2. Explain associativity (details)
  3. Fix errors in the operator precedence table (details)
  4. Add non-normative paragraph about pretty-printing (details)
  5. Add normative text and example regarding component reference syntax (details)
  6. Reorder examples in order of operator appearance in table (details)
  7. Describe associativity as property of operator precedence group (details)
  8. Don't speak of evaluation order when defining operator precedence (details)
  9. Don't mention right associativity (details)
  10. Clarify that ternary use of array range isn't a problem for associativity (details)
  11. Use the listings.sty option upquote=true (details)
  12. Short replacement for non-normative section on mathematical associativity (details)
  13. Clarify precedence separation by horizontal lines (details)
  14. Remove 'Note that' (details)
  15. Update Dockerfile for new fonts (details)
  16. Update to texlive 2022 (details)
  17. Update chapters/classes.tex (details)
Commit b9b64f0687629ae643d6af8d46cb4ad681c413cd by Tidefelt Henrik
More compact contents of operator precedence table
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 2e6d4320da4b8f103bdafc21887b6eb903e8a4db by Tidefelt Henrik
Fix errors in the operator precedence table
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit a1822fa661153d79af9d32d7b308c9f095bfdbb6 by Tidefelt Henrik
Add non-normative paragraph about pretty-printing
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 2ca9a28971d5a38b5f0f7bedd7fe61205df942cf by Tidefelt Henrik
Add normative text and example regarding component reference syntax
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit c76717e53a5d824368a90cc0d9bbdd607b97b9fc by Tidefelt Henrik
Reorder examples in order of operator appearance in table
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit cf9072e3c84de9757078dab60e083becc77495de by Tidefelt Henrik
Describe associativity as property of operator precedence group
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 0ab81e354eb4227d9231a574d6639e237277c759 by Tidefelt Henrik
Don't speak of evaluation order when defining operator precedence
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit d6cce50c7d9611c47864a48083fa0f1db2b02d3d by noreply
Don't mention right associativity

As suggested by @HansOlsson.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 075f5e4f383215aa1135e1b45fcf2719d34b676b by Tidefelt Henrik
Clarify that ternary use of array range isn't a problem for associativity
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 317de83319a4aaeaaf08946fefc505e7b25ca781 by Tidefelt Henrik
Use the listings.sty option upquote=true

Fixes #3122.
The file was modified mlsshared.sty (diff)
Commit c6c06a6fcb7a9a0b994fc78ea582392a59cbb3e1 by Tidefelt Henrik
Short replacement for non-normative section on mathematical associativity
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit ffc3b3719352e9fc93f3ff4320bb2db453105057 by noreply
Clarify precedence separation by horizontal lines

As suggested by Hans.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit f68975f662d511a8fd6d76980617acf924cad989 by Martin Sjölund
Update Dockerfile for new fonts
The file was modified .CI/latexml/Dockerfile (diff)
The file was removed.CI/latexml/Dockerfile.2.incremental
The file was removed.CI/latexml/Dockerfile.incremental
The file was modified .CI/latexml/Dockerfile (diff)
The file was modified .CI/Jenkinsfile (diff)
Commit a398ec52f7c2fd2aadea1dbf1720ba6e0963d7f1 by noreply
Update chapters/classes.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/classes.tex (diff)