hy/tests/compilers
Gergely Nagy 62522a5f86 Allow get with multiple arguments
When calling get with more than two arguments, treat the rest as indexes
into the expression from the former. That is, (get foo "bar" "baz")
would translate to foo["bar"]["baz"], and so on.

This fixes #362.

Requested-by: Sean B. Palmer <sean@miscoranda.com>
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2013-12-30 12:04:40 +01:00
..
native Remove the import-as and import-from builtins 2013-04-20 16:06:32 +02:00
__init__.py Adding more testing. 2013-03-02 23:47:16 -05:00
test_ast.py Allow get with multiple arguments 2013-12-30 12:04:40 +01:00
test_compiler.py Jank @olasd's hack, clean up core. 2013-07-06 14:00:11 -04:00
test_error_reporting.py Bootstrap a macro error-reporting test file 2013-11-02 20:50:21 +01:00
test_quoting.py Adding some basic testing in; more to come. 2013-04-08 20:23:51 -04:00