python Programming Glossary: simple_stmt
How do I parse indents and dedents with pyparsing? http://stackoverflow.com/questions/1547944/how-do-i-parse-indents-and-dedents-with-pyparsing is a subset of the Python grammar single_input NEWLINE simple_stmt compound_stmt NEWLINE stmt simple_stmt compound_stmt simple_stmt.. NEWLINE simple_stmt compound_stmt NEWLINE stmt simple_stmt compound_stmt simple_stmt small_stmt ' ' small_stmt ' ' NEWLINE.. compound_stmt NEWLINE stmt simple_stmt compound_stmt simple_stmt small_stmt ' ' small_stmt ' ' NEWLINE small_stmt pass_stmt pass_stmt..
|