TODO.txt 506B

123456789101112131415161718
  1. Now
  2. ===
  3. - (Python 3.0) non-ASCII identifiers. Also str.format should be updated;
  4. - (Python 3.0) support for b"..." syntax and remove u"..." syntax. Also all
  5. escapes need to be updated;
  6. Later
  7. =====
  8. - Highligh errors where symbols follow by numbers like this: 0o123LaB
  9. - Need more accurate way to handle indentation errors. For example
  10. mixing spaces and tabs may be used for pretty formatting;
  11. - Need more checks for errors like: absent brackets, absent quotes,
  12. back slash at the end of strings;