File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 133133
134134nonassoc_binary_ops = {
135135 'UndirectedEdge' : 120 ,
136+ 'DirectedEdge' : 128 ,
136137 'PatternTest' : 680 ,
137138}
138139
Original file line number Diff line number Diff line change 5050 ('RawLeftParenthesis' , r' \( ' ),
5151 ('RawRightParenthesis' , r' \) ' ),
5252 ('RawLeftAssociation' , r' \<\| ' ),
53- ('RawRightAssociation' , r' \|\> ' ),
54-
53+ ('RawRightAssociation' , r' \|\> ' ),
54+
5555 ('RawComma' , r' \, ' ),
5656
5757 ('Span' , r' \;\; ' ),
111111 ('Greater' , r' \> ' ),
112112 ('Less' , r' \< ' ),
113113
114+ ('DirectedEdge' , r' -> | \uf3d5' ),
115+
114116 ('Or' , r' (\|\|) | \u2228 ' ),
115117 ('And' , r' (\&\&) | \u2227 ' ),
116118
142144 ('Minus' , r' \-|\u2212 ' ),
143145 ('Plus' , r' \+ ' ),
144146 ('RawBackslash' , r' \\ ' ),
145-
147+
146148 ('Factorial2' , r' \!\! ' ),
147149 ('Factorial' , r' \! ' ),
148150 ('Function' , r' \& | \uF4A1 ' ),
You can’t perform that action at this time.
0 commit comments