tree-sitter-python icon indicating copy to clipboard operation
tree-sitter-python copied to clipboard

Error on print not True

Open Sjord opened this issue 4 years ago • 0 comments

print not True
(module [0, 0] - [0, 14]
  (ERROR [0, 0] - [0, 9]
    (identifier [0, 0] - [0, 5]))
  (expression_statement [0, 10] - [0, 14]
    (true [0, 10] - [0, 14])))
test.py	0 ms	(ERROR [0, 0] - [0, 9])

Sjord avatar Sep 21 '21 09:09 Sjord