hy/tests
Bob Tolbert d960dc963f Add CL handling to hyc
This adds real command line handling to 'hyc' for issue #256

This fix catches missing/unreadable files and prints a nice
error message instead of a nasty stack trace when trying to
compile a non-existent file.

Also add this non-existent file check to hy to prevent the
current stack trace from something like "hy foobarbaz" when
"foobarbaz" doesn't exist.

also changes the failure return value to 2 to match Python.
2013-07-26 08:40:56 -06:00
..
compilers Jank @olasd's hack, clean up core. 2013-07-06 14:00:11 -04:00
importer Fix flake error 2013-07-06 20:39:02 +02:00
lex Add tests for expr-in-dict 2013-05-14 12:01:23 +02:00
macros Jank @olasd's hack, clean up core. 2013-07-06 14:00:11 -04:00
models Make HyList add returns HyList 2013-04-28 17:04:33 +02:00
native_tests Make with return the last expression from its branch 2013-07-19 00:43:12 +02:00
resources Provide bin scripts for both Windows and *nix 2013-07-14 09:06:42 -06:00
__init__.py style fixes 2013-05-11 13:59:19 -04:00
test_bin.py Add CL handling to hyc 2013-07-26 08:40:56 -06:00