Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ match_not
Method
match_not
crates/hll-to-ir/src/parser.rs:2201–2203 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
2199
Ok(())
2200
} else {
2201
Err(self.error(
"expected `if`"
))
2202
}
2203
}
2204
2205
fn expect_while(&mut self) -> Result<(), ParserError> {
2206
if self.match_while() {
Callers
1
parse_prefix
Method · 0.80
Calls
1
match_variant
Method · 0.80
Tested by
no test coverage detected