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. Library annotation supports arrays, not tuples (details)
  14. Clarify precedence separation by horizontal lines (details)
  15. Remove 'Note that' (details)
  16. Local change to sentence-based line breaks (details)
  17. Add variability rule for multiple return assignment (details)
  18. Make it more clear that noEvent can make a difference inside functions (details)
  19. Drop redundant items from list of expression variability rules (details)
  20. Update Dockerfile for new fonts (details)
  21. Update to texlive 2022 (details)
  22. Update styleguide.md (details)
  23. Simplify (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 5cf534158cf5c747271e3eb2fe8819b10eeb9df5 by adrian.pop
Library annotation supports arrays, not tuples
The file was modified chapters/functions.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 35c70fd7d35bcd567267063a34bac372b8a79118 by Tidefelt Henrik
Local change to sentence-based line breaks
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 5a2b0fe75487c257b12c7970518dc04344c24ae4 by Tidefelt Henrik
Add variability rule for multiple return assignment
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 4f538c2c99a51f6d21ffac3be58ab03615861bf9 by Tidefelt Henrik
Make it more clear that noEvent can make a difference inside functions
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 98d7aa8e6467fdbaffa7b41a542289536aa5d965 by Tidefelt Henrik
Drop redundant items from list of expression variability rules
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 modified .CI/latexml/Dockerfile (diff)
The file was removed.CI/latexml/Dockerfile.incremental
The file was modified .CI/Jenkinsfile (diff)
The file was removed.CI/latexml/Dockerfile.2.incremental
Commit 08034c50927eb3d94344bc6322937fba35dfe042 by noreply
Update styleguide.md

Fix formatting of name/keyword list.
The file was modified styleguide.md (diff)
The file was modified chapters/functions.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. Library annotation supports arrays, not tuples (details)
  14. Clarify precedence separation by horizontal lines (details)
  15. Remove 'Note that' (details)
  16. Local change to sentence-based line breaks (details)
  17. Add variability rule for multiple return assignment (details)
  18. Make it more clear that noEvent can make a difference inside functions (details)
  19. Drop redundant items from list of expression variability rules (details)
  20. Update Dockerfile for new fonts (details)
  21. Update to texlive 2022 (details)
  22. Update styleguide.md (details)
  23. Simplify (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 5cf534158cf5c747271e3eb2fe8819b10eeb9df5 by adrian.pop
Library annotation supports arrays, not tuples
The file was modified chapters/functions.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 35c70fd7d35bcd567267063a34bac372b8a79118 by Tidefelt Henrik
Local change to sentence-based line breaks
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 5a2b0fe75487c257b12c7970518dc04344c24ae4 by Tidefelt Henrik
Add variability rule for multiple return assignment
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 4f538c2c99a51f6d21ffac3be58ab03615861bf9 by Tidefelt Henrik
Make it more clear that noEvent can make a difference inside functions
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 98d7aa8e6467fdbaffa7b41a542289536aa5d965 by Tidefelt Henrik
Drop redundant items from list of expression variability rules
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 08034c50927eb3d94344bc6322937fba35dfe042 by noreply
Update styleguide.md

Fix formatting of name/keyword list.
The file was modified styleguide.md (diff)
The file was modified chapters/functions.tex (diff)