Skip to content

Commit

Permalink
[enh] take new token into account for parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Jan 31, 2015
1 parent 65da311 commit a7d827b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions baron/grammator.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ def testlist1(pack):
@pg.production("atom : BINARY")
@pg.production("atom : FLOAT")
@pg.production("atom : FLOAT_EXPONANT")
@pg.production("atom : FLOAT_EXPONANT_COMPLEX")
@pg.production("atom : COMPLEX")
def int(pack):
(int_,) = pack
Expand Down

0 comments on commit a7d827b

Please sign in to comment.