TODO.txt 335B

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