Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
748
fn 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_operators
Function · 0.85
keyword
Function · 0.85
date_token
Function · 0.85
boolean
Function · 0.85
null
Function · 0.85
value_and_unit
Function · 0.85
Calls
2
newline
Function · 0.85
to
Method · 0.80
Tested by
no test coverage detected