62522a5f86
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> |
||
---|---|---|
.. | ||
native | ||
__init__.py | ||
test_ast.py | ||
test_compiler.py | ||
test_error_reporting.py | ||
test_quoting.py |