TODO.txt 291B

123456789
  1. - Integer literal support
  2. - Python 3.0 string formatting
  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;