hy/tests
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
..
compilers Add tests for the attribute access DSL 2014-01-09 03:35:32 +01:00
contrib Added meth tests by mocking a Flask app 2013-12-20 21:16:56 +01:00
importer Fix flake error 2013-07-06 20:39:02 +02:00
lex hy/lex/parser.py: Add support for sub-object mangling 2014-01-16 16:23:35 +01:00
macros Hy reader macros #377 2013-12-23 14:33:51 +01:00
models Make HyList add returns HyList 2013-04-28 17:04:33 +02:00
native_tests Add set comprehensions, dict comprehensions and generator expressions 2014-01-16 00:49:48 +01:00
resources Rewrite the bootstrap macros in hy 2013-09-29 18:13:28 +02:00
__init__.py Added loop/recur macro for tail-call optimization 2014-01-12 14:02:27 -05:00
test_bin.py More updates, including from Foxboron, for errors like (for) 2013-12-31 09:56:03 -07:00