Home
last modified time | relevance | path

Searched refs:IF_ELSE (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dscan_expr.rs138 static IF_ELSE: [(Input, Action); 2] = [(Keyword("if"), SetState(&INIT)), (ConsumeBrace, DecDepth)]; constant
140 [(Keyword("else"), SetState(&IF_ELSE)), (Otherwise, DecDepth)];