Skip to content

Commit

Permalink
Adjust bulleted list item
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
davidfstr and AA-Turner committed Apr 29, 2022
1 parent b472b06 commit 0cb64d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-0638.rst
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Two new AST nodes will be needed to express macros, ``macro_stmt`` and ``macro_e
_fields = "name", "args"

In addition, macro processors will need a means to express control flow or side-effecting code, that produces a value.
To support this, a new ast node will be added called ``stmt_expr`` that combines a statement and an expression.
A new AST node called ``stmt_expr`` will be added, combining a statement and an expression.
This new ast node will be a subtype of ``expr``, but include a statement to allow side effects.
It will be compiled to bytecode by compiling the statement, then compiling the value.

Expand Down

0 comments on commit 0cb64d2

Please sign in to comment.