MCPcopy Create free account
hub / github.com/clojure-rs/ClojureRS / is_identifier_char

Function is_identifier_char

src/reader.rs:107–109  ·  view source on GitHub ↗

Returns whether if a character can be in the tail of an identifier. An identifier is composed of a head (its first char) and a tail (the other chars). A character is an identifier char if it is alphanumeric or if it is one of: - `|`, - `?`, - `<`, - `>`, - `+`, - `-`, - `_`, - `=`, - `^`, - `%`, - `&`, - `$`, - `*`, - `!`,

(ch: char)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected