TODO.txt 357B

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