Support for with statement.
This commit is contained in:
@@ -79,7 +79,7 @@ const char* ASTBlock::type_str() const
|
||||
{
|
||||
static const char* s_type_strings[] = {
|
||||
"", "if", "else", "elif", "try", "CONTAINER", "except",
|
||||
"finally", "while", "for"
|
||||
"finally", "while", "for", "with",
|
||||
};
|
||||
return s_type_strings[blktype()];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user