TODO.txt 432B

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