hy/hy/models
Kodi Arfer f3edeb99ae Allow commas and underscores in numeric literals
You can use them as thousands separators.

This change differs from PEP 515 in that not only does it allow commas in addition to underscores, but it's much more liberal about placement. Any number of underscores or commas can be placed anywhere, even at the start.
2017-02-15 09:03:24 +02:00
..
__init__.py fix a stupid typo 2015-07-23 10:25:32 +08:00
complex.py Allow commas and underscores in numeric literals 2017-02-15 09:03:24 +02:00
cons.py Add 'replace_hy_obj' to safely replace Hy objects 2015-01-24 08:16:38 +08:00
dict.py Add 'replace_hy_obj' to safely replace Hy objects 2015-01-24 08:16:38 +08:00
expression.py Add 'replace_hy_obj' to safely replace Hy objects 2015-01-24 08:16:38 +08:00
float.py Allow commas and underscores in numeric literals 2017-02-15 09:03:24 +02:00
integer.py Allow commas and underscores in numeric literals 2017-02-15 09:03:24 +02:00
keyword.py Fixed flake8 blank line issue 2014-03-01 01:00:46 +01:00
list.py Add 'replace_hy_obj' to safely replace Hy objects 2015-01-24 08:16:38 +08:00
set.py Don't sort or deduplicate the items in a HySet 2016-09-26 09:47:04 -07:00
string.py Add 'replace_hy_obj' to safely replace Hy objects 2015-01-24 08:16:38 +08:00
symbol.py Add 'replace_hy_obj' to safely replace Hy objects 2015-01-24 08:16:38 +08:00