Reinstate kwargs1...

was just missing the semantic action rule for it
This commit is contained in:
rocky
2017-12-07 13:24:55 -05:00
parent 08789adbb4
commit ef08677287
2 changed files with 2 additions and 1 deletions

View File

@@ -211,6 +211,7 @@ TABLE_DIRECT = {
'classdefdeco1': ( '%|@%c\n%c', 0, 1),
'kwarg': ( '%[0]{pattr}=%c', 1),
'kwargs': ( '%D', (0, maxint, ', ') ),
'kwargs1': ( '%D', (0, maxint, ', ') ),
'assert_expr_or': ( '%c or %c', 0, 2 ),
'assert_expr_and': ( '%c and %c', 0, 2 ),