Skip to content

Commit a260ce2

Browse files
committed
Revert associativity of Pattern!?
1 parent 26c8cb5 commit a260ce2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mathics_scanner/data/operators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4731,7 +4731,7 @@ Pattern:
47314731
FullForm: Pattern[symb, expr]
47324732
arity: Binary
47334733
affix: Infix
4734-
associativity: right
4734+
associativity: "unknown"
47354735
meaningful: true
47364736
# comments:
47374737

mathics_scanner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# well as importing into Python. That's why there is no
55
# space around "=" below.
66
# fmt: off
7-
__version__="10.0.0.dev0" # noqa
7+
__version__="2.0.1.dev0" # noqa

0 commit comments

Comments
 (0)