Skip to content

Commit

Permalink
Precedence for Directed and Undirected Edge (#103)
Browse files Browse the repository at this point in the history
* fix precedence for Directed and Undirected Edge
* add operational tests for bugs in mathics-core parsing
  • Loading branch information
mmatera authored Dec 3, 2024
1 parent 1e80c03 commit 1d8a90c
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 307 deletions.
4 changes: 2 additions & 2 deletions mathics_scanner/data/operators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ DifferentialD:
# comments:

DirectedEdge:
precedence: 128
precedence: 295
WolframLanguageData:
WolframLanguageData-corrected: 49
UnicodeCharacters.tr: 395
Expand Down Expand Up @@ -7057,7 +7057,7 @@ UnderscriptBox:
# comments:

UndirectedEdge:
precedence: 120 # FIXME: is probably 295. Check and adjust after code and mathics-core are merge
precedence: 295
WolframLanguageData:
WolframLanguageData-corrected: 49
UnicodeCharacters.tr: 395
Expand Down
Loading

0 comments on commit 1d8a90c

Please sign in to comment.