File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ shift_expr: arith_expr (('<<'|'>>') arith_expr)*
7979arith_expr: term (('+'|'-') term)*
8080term: factor (('*'|'/'|'%'|'//') factor)*
8181factor: ('+'|'-'|'~') factor | power
82- power: atom trailer* ( '**' factor)*
82+ power: atom trailer* [ '**' factor]
8383atom: '(' [testlist] ')' | '[' [listmaker] ']' | '{' [dictmaker] '}' | '`' testlist '`' | NAME | NUMBER | STRING+
8484listmaker: test ( list_for | (',' test)* [','] )
8585lambdef: 'lambda' [varargslist] ':' test
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Oliver Andrich
2020Ross Andrus
2121Jason Asbahr
2222David Ascher
23+ John Aycock
2324Donovan Baarda
2425Alfonso Baciero
2526Stig Bakken
Original file line number Diff line number Diff line change @@ -1005,15 +1005,14 @@ static arc arcs_48_1[3] = {
10051005static arc arcs_48_2 [1 ] = {
10061006 {119 , 3 },
10071007};
1008- static arc arcs_48_3 [2 ] = {
1009- {24 , 2 },
1008+ static arc arcs_48_3 [1 ] = {
10101009 {0 , 3 },
10111010};
10121011static state states_48 [4 ] = {
10131012 {1 , arcs_48_0 },
10141013 {3 , arcs_48_1 },
10151014 {1 , arcs_48_2 },
1016- {2 , arcs_48_3 },
1015+ {1 , arcs_48_3 },
10171016};
10181017static arc arcs_49_0 [7 ] = {
10191018 {16 , 1 },
You can’t perform that action at this time.
0 commit comments