Gergely Nagy 26f342d580 Teach apply about symbol mangling
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>
2015-09-24 09:47:12 +02:00
..
2014-01-25 21:01:16 +02:00
2013-03-12 22:53:45 -04:00
2015-06-29 22:14:10 -04:00
2013-03-12 22:53:45 -04:00
2015-03-13 09:23:38 -04:00
2015-08-04 16:43:07 +02:00