mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-29 23:47:29 +08:00
Most fstrings issues should be fixed now.
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
single_input: NEWLINE | simple_stmt | compound_stmt NEWLINE
|
||||
file_input: (NEWLINE | stmt)* ENDMARKER
|
||||
eval_input: testlist NEWLINE* ENDMARKER
|
||||
# Dave: A modification to parse f-strings.
|
||||
testlist_comp_with_endmarker: testlist NEWLINE* ENDMARKER
|
||||
|
||||
decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
|
||||
decorators: decorator+
|
||||
|
||||
Reference in New Issue
Block a user