MCPcopy Create free account
hub / github.com/Glyphack/enderpy / parse_subject

Method parse_subject

parser/src/parser/parser.rs:728–730  ·  view source on GitHub ↗

This is inaccuracy, but I don't know how the grammar should be

(&mut self)

Source from the content-addressed store, hash-verified

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

Callers 1

parse_match_statementMethod · 0.80

Calls 1

Tested by

no test coverage detected