mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
82a703088d
In tree-sitter-python, `(a)` is not a tuple of identifier, it is an expression that evaluates to the value of `a`.
10 lines
132 B
Plaintext
10 lines
132 B
Plaintext
(Program
|
|
(Tuple
|
|
(Identifier)
|
|
(Identifier)
|
|
(Identifier))
|
|
(Tuple
|
|
(Identifier)
|
|
(Identifier))
|
|
((Identifier)))
|