TODO.txt 353B

1234567891011
  1. - Add configuration for "print" status (function or builtin)
  2. - Integer literal support
  3. - Python 3.0 string formatting
  4. - Need more accurate way to handle indentation errors. For example
  5. mixing spaces and tabs may be used for pretty formatting;
  6. - Need more checks for errors like: absent brackets, absent quotes,
  7. back slash at the end of strings;