Issues
- 9
perllib functions are are retained in pythonizer conversion - however no link/hook to process them or convert them to python import/lib
#132 opened by pateshix - 1
- 1
substr of 1 char length at end of string generates code that gives IndexError
#130 opened by snoopyjc - 1
- 1
- 2
tr ranges need to be expanded for maketrans
#121 opened by snoopyjc - 1
- 1
tr arguments should not be interpolated
#123 opened by snoopyjc - 1
Regex with DEFAULT_VAR and capturing groups needs to always set the DEFAULT_MATCH
#124 opened by snoopyjc - 1
Enh: Implement the c flag on tr
#125 opened by snoopyjc - 1
Hash initialization generates bad code if there are any expressions on the RHS
#126 opened by snoopyjc - 1
Need to flatten qw inside anonymous arrays
#127 opened by snoopyjc - 1
- 1
State variables are not interpolated into strings
#129 opened by snoopyjc - 2
Perl single line "if" statement fails - Deeep Recursion > 256 message - simple "if" passes...Please advise how to rewite this :if:
#131 opened by pateshix - 1
- 1
Calling a subroutine as &mySub; needs to pass in @_
#117 opened by snoopyjc - 1
Statement with both a bash-style "and" and a trailing "if" generates wrong code
#116 opened by snoopyjc - 2
Translating a line with multiple bash-style "and"s / "or"s generates hanging indents
#86 opened by snoopyjc - 1
- 1
Bad code generated if last statement in block before else or elsif doesn't end in ;
#95 opened by snoopyjc - 1
- 1
- 1
Regex with local sub call generates bad code
#99 opened by snoopyjc - 1
- 1
- 1
Hash iterator idiom generates bad code
#103 opened by snoopyjc - 1
- 0
substr 4th value generates bad code
#114 opened by snoopyjc - 1
Pythonizer generates code with a bad indent error for an if with an empty block
#96 opened by snoopyjc - 1
- 2
Implement local
#108 opened by snoopyjc - 1
- 1
- 1
!~ generates the same code as =~
#112 opened by snoopyjc - 1
- 2
- 1
References to special variables in subscripts or hash keys during string interpolation generates incorrect code
#109 opened by snoopyjc - 1
If you refer to a variable argument, or the last argument number, bad code is generated
#107 opened by snoopyjc - 1
- 0
The index/rindex functions generate bad code
#104 opened by snoopyjc - 1
- 2
"expr or return" generates bad code
#93 opened by snoopyjc - 1
- 1
- 1
-bareword not handled
#88 opened by snoopyjc - 1
Regex inside subscript generates bad code
#90 opened by snoopyjc - 2
- 1
- 1