parse_keyword

Function parse_keyword 

Source
pub fn parse_keyword<S: TexlangState>(
    input: &mut ExpandedStream<S>,
    keyword: &str,
) -> Result<bool>
Expand description

Parses a keyword from the input stream.

TeX.2021.407 scan_keyword