hy/tests/lex
Gergely Nagy 8ef02a54b5 hy/lex/parser.py: Add support for sub-object mangling
With this patch, every identifier is split up along dots, each part gets
separately mangled, and then it is all joined back together. This allows
for fun stuff like (.foo? (Foo)), and even more contrived examples.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2014-01-16 16:23:35 +01:00
..
__init__.py Adding more testing. 2013-03-02 23:47:16 -05:00
test_lex.py hy/lex/parser.py: Add support for sub-object mangling 2014-01-16 16:23:35 +01:00