MCPcopy Create free account
hub / github.com/PRQL/prql / end_expr

Function end_expr

prqlc/prqlc-parser/src/lexer/mod.rs:748–756  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

746}
747
748fn end_expr<'a>() -> impl Parser<'a, ParserInput<'a>, (), ParserError<'a>> {
749 choice((
750 end(),
751 one_of(",)]}\t >").to(()),
752 newline(),
753 just("..").to(()),
754 ))
755 .rewind()
756}

Callers 6

multi_char_operatorsFunction · 0.85
keywordFunction · 0.85
date_tokenFunction · 0.85
booleanFunction · 0.85
nullFunction · 0.85
value_and_unitFunction · 0.85

Calls 2

newlineFunction · 0.85
toMethod · 0.80

Tested by

no test coverage detected