Comment on fish shellparentComments−agumonkey13yit looks like a NP-Complete problem−mst13yA solution that converted as many easy things as possible and then output anything it couldn't figure out somewhere so you could convert that by hand would still probably be rather useful.−agumonkey13yAgreed. And from what I understand it's how the python 2 -> 3 transition was dealt with.
Comments
it looks like a NP-Complete problem
A solution that converted as many easy things as possible and then output anything it couldn't figure out somewhere so you could convert that by hand would still probably be rather useful.
Agreed. And from what I understand it's how the python 2 -> 3 transition was dealt with.