hy/tests/lex
Gergely Nagy 73f8a47f65
Mangle trailing bangs on symbols
Postfixing functions with a bang, like set!, get!, etc are relatively
common. However, those names are not valid in python, so in the name of
python interoperability, lets mangle them to set_bang and get_bang,
respectively.

Closes #536.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2015-08-10 14:37:17 +02:00
..
__init__.py Adding more testing. 2013-03-02 23:47:16 -05:00
test_lex.py Mangle trailing bangs on symbols 2015-08-10 14:37:17 +02:00