Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions mathics_scanner/data/operators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,7 @@ BlankSequenceHead:
# comments:

BoxGroup:
Precedence-Function: 670
precedence: 760
precedence: 670
WolframLanguageData:
WolframLanguageData-corrected: 1
UnicodeCharacters.tr:
Expand Down
2 changes: 1 addition & 1 deletion mathics_scanner/generate/build_operator_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def compile_tables(
"no-meaning-prefix-operators": no_meaning_prefix_operators,
"non-associative-binary-operators": nonassoc_binary_operators,
"operator-to-amslatex": operator2amslatex,
"operator-to_string": operator2string,
"operator-to-string": operator2string,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After this goes in we will have to update mathics-core to use this more uniform name.

"operator-precedences": operator_precedences,
"postfix-operators": postfix_operators,
"prefix-operators": prefix_operators,
Expand Down
Loading