Function oq3_lexer::is_id_start

source ·
pub fn is_id_start(c: char) -> bool
Expand description

For OQ3 we take Rust’s rules on valid identifiers as a starting point. True if c is valid as a first character of an identifier. See Rust language reference for a formal definition of valid identifier name.