26f342d580
apply now mangles strings and keywords according to the Hy mangling rules (by using the same function, now imported from hy.lex.parser). With this change, if the dict passed to apply has keywords, strings or quoted symbols, they'll get mangled, to turn them into proper keys. This only works for the cases where the keys are directly in the apply params. A previously deffed dict, or key through a variable will not be mangled. This closes #219. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> |
||
---|---|---|
.. | ||
api.rst | ||
cli.rst | ||
core.rst | ||
index.rst | ||
internals.rst | ||
readermacros.rst |