`Expr` is listed in expressions and not statements.

Issue #4 wontfix
Former user created an issue

The Expr type is a statement that's used to carry expressions.

Comments (2)

  1. Thomas Kluyver repo owner

    You're technically correct (the best kind of correct), but it made sense to me to put it there. If it helps, think of the heading as 'these are the things you need to know about to work with expressions', not 'these are nodes of the expression type'. Technically, the operator tokens are not expressions either, while names and literals, which have separate sections, are expressions.

  2. Log in to comment