node_keyword

Function node_keyword 

Source
pub fn node_keyword(input: &str) -> IResult<&str, Keyword>
Expand description
NodeKeyword = %s"true" / %s"false" / %s"null"