1 4 0 1 0 1,3 2,3 1,1 """ classattr = "%s:class" % namespace if namespace else "class" return withAttribute(**{classattr: classname}) _indent_stack = [(1, None, None)] def reset_stack(): global _indent_stack _indent_stack = [(1, None, None)] add_reset_action(reset_stack) def indentedBlock(blockStatementExpr, indent=True): """Helper method for defining space-delimited indentation blocks, such as those used to define block statements in Python source code. Parameters: - blockStatementExpr - expression defining syntax of statement that is repeated within the indented block - indentStack - list created by caller to manage indentation stack (multiple statementWithIndentedBlock expressions within a single grammar should share a common indentStack) - indent - boolean indicating whether block must be indented beyond the current level; set to False for block of left-most
Log.error("programmer error") if tokens["negate"]: return Char(exclude=acc) else: return Char(acc) num_captures = 0 def _reset(): global num_captures num_captures = 0 add_reset_action(_reset) def INC(): global num_captures num_captures += 1 def DEC(): global num_captures num_captures -= 1 def name_token(tokens): with PLAIN_ENGINE: n = tokens["name"]