Skip to content
Snippets Groups Projects
Commit 39cc0253 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

[doc] add ellipsis atom to baron grammar file

parent c56233ad
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -99,7 +99,7 @@ atom: ('(' [yield_expr|testlist_comp] ')' |
'[' [listmaker] ']' |
'{' [dictorsetmaker] '}' |
'`' testlist1 '`' |
NAME | NUMBER | STRING+)
NAME | NUMBER | STRING+ | '...')
testlist_comp: test ( comp_for | (',' test)* [','] )
listmaker: test ( list_for | (',' test)* [','] )
trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment