KNOWN BUGS

  • In stringmethods.py, line.strip().upper() should fully resolve but doesn’t - repeated transforms are not working quite as they should.

  • Lambdas could be translated. The problem is telling where they end; the usual comma ambiguity is a problem here.

  • The if "string" in object: translator does not handle literal lists, tuples, or dictionaries.

Last updated 2024-03-22 12:39:42 -0400