hy/hy
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
..
contrib Remove uses of let from /hy 2017-02-03 17:06:26 -08:00
core Fix Python 2 issue in take-nth 2017-02-13 09:12:21 -08:00
extra Remove uses of let from /hy 2017-02-03 17:06:26 -08:00
lex Add a module for getting reserved words (#1171) 2016-12-12 10:11:42 +02:00
models Allow commas and underscores in numeric literals 2017-02-15 09:03:24 +02:00
__init__.py Generate hy.version using git describe 2016-10-12 17:11:44 -07:00
__main__.py Typo fixes in comments 2014-05-02 21:31:51 +05:30
_compat.py adds support for Python 3.5 infix matrix multiplication 2015-04-12 21:45:39 -07:00
cmdline.py Fix invalid escape sequences 2017-01-01 00:20:04 +03:00
compiler.py Allow keyword args in method calls before the obj (#1167) 2017-01-03 00:24:55 -07:00
completer.py move imports and operators to satisfy new version of pep8 checker 2015-02-16 22:21:49 -08:00
errors.py Fix issue #982: UTF-8 encode error message before passing it to clint. 2015-12-14 21:55:53 +01:00
importer.py Revert "Modernized." (#1085) (#1188) 2016-12-27 09:09:58 -06:00
macros.py add defmacro! and fix macro expansion error message (#1172) 2016-12-14 18:10:46 -06:00