This is inaccuracy, but I don't know how the grammar should be
(&mut self)
| 726 | // This is inaccuracy, but I don't know how |
| 727 | // the grammar should be |
| 728 | fn parse_subject(&mut self) -> Result<Expression, ParsingError> { |
| 729 | self.parse_star_named_expressions() |
| 730 | } |
| 731 | |
| 732 | // star named expressions is similar to starred expression |
| 733 | // but it does not accept expression as a value |
no test coverage detected