Skip to content

Commit 03b7198

Browse files
authored
Merge pull request #1035 from mathics/DirectedEdge
Add DirectedEdge
2 parents f3682e5 + 04a82ad commit 03b7198

2 files changed

Lines changed: 264 additions & 251 deletions

File tree

mathics/core/parser/operators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133

134134
nonassoc_binary_ops = {
135135
'UndirectedEdge': 120,
136+
'DirectedEdge': 128,
136137
'PatternTest': 680,
137138
}
138139

0 commit comments

Comments
 (0)