softpano / pythonizer

Translator (or more correctly transcriber) from Perl to Python
http://www.softpanorama.org/Scripting/Pythonorama/Python_for_perl_programmers/Pythonizer/index.shtml
Other
39 stars 17 forks source link

Expressions with multiple { } are not processed properly #35

Open snoopyjc opened 2 years ago

snoopyjc commented 2 years ago

Expressions like:

$tickets{$id}{date} = $2

are not processed properly, as the second { is taken as a block open and not a hash index open.

snoopyjc commented 2 years ago

Fixed in https://github.com/snoopyjc/pythonizer