1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-18 03:50:24 +01:00

Removed old SVN stuff

This commit is contained in:
Dmitry Vasiliev
2008-09-18 12:23:33 +04:00
commit 3b960bac77
4 changed files with 507 additions and 0 deletions

9
TODO.txt Normal file
View File

@@ -0,0 +1,9 @@
- Integer literal support
- Python 3.0 string formatting
- Need more accurate way to handle indentation errors. For example
mixing spaces and tabs may be used for pretty formatting;
- Need more checks for errors like: absent brackets, absent quotes,
back slash at the end of strings;