wichert / lingua

Translation toolkit for Python
Other
46 stars 32 forks source link

Fix tal:repeat with multiple assignment #37

Closed iksteen closed 10 years ago

iksteen commented 10 years ago

Use chameleon's parse_defines to parse the repeat statement (this is what chameleon itself does) to properly support multiple assignments.

Fixes #33.