hy/tests/lex
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 Adding more testing. 2013-03-02 23:47:16 -05:00
test_lex.py Allow commas and underscores in numeric literals 2017-02-15 09:03:24 +02:00