hy/tests
Gergely Nagy a619295dd7
bin/hy2py: Add a bunch of command-line options
The hy2py tool has been very useful for me, but most of the time, it's
only a part of its output that one is interested in. The whole output,
with source code, AST and python code together is one big monstrosity.
So instead of printing all that, lets have a few handy command-line
options to control which part gets printed.

By default, only the generated python source is, as that's what the name
of the tool implies.

Also, don't run it. That's what hy is for.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2014-01-14 09:17:56 +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 Add regression test for #382 2014-01-02 03:13:49 +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 Added loop/recur macro for tail-call optimization 2014-01-12 14:02:27 -05: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 bin/hy2py: Add a bunch of command-line options 2014-01-14 09:17:56 +01:00