Damien George 74f4d2c659 py/parse: Allow parser/compiler consts to be bignums.
This patch allows uPy consts to be bignums, eg:

    X = const(1 << 100)

The infrastructure for consts to be a bignum (rather than restricted to
small integers) has been in place for a while, ever since constant folding
was upgraded to allow bignums.  It just required a small change (in this
patch) to enable it.
2017-02-24 13:03:44 +11:00
..
2017-02-17 12:48:45 +11:00
2017-02-08 11:12:26 +11:00
2017-02-08 11:12:26 +11:00
2017-02-16 18:38:06 +11:00
2017-02-16 18:38:06 +11:00
2015-11-13 12:49:18 +00:00
2017-01-27 17:19:06 +11:00