Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ current_span
Method
current_span
crates/hll-to-ir/src/parser.rs:2315–2318 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
2313
CompoundOp::Shr => BinaryOp::Shr,
2314
})
2315
}
2316
2317
fn match_colon(&mut self) -> bool {
2318
self.match_variant(|t| matches!(t, Token::Colon))
2319
}
2320
2321
fn match_colon_equal(&mut self) -> bool {
Callers
3
parse_declaration
Method · 0.80
error
Method · 0.80
error_with_token
Method · 0.80
Calls
1
get
Method · 0.80
Tested by
no test coverage detected