Пример #1
0
 /**
  * Handles the current line in the parser.
  */
 public static function handle()
 {
     $node = nodes\Text::new_from_parser(static::$parser);
     static::parse($node);
     static::$parser->expect_indent(Parser::EXPECT_LESS | Parser::EXPECT_SAME);
 }