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

Function is_non_numeric_identifier_char

src/reader.rs:133–135  ·  view source on GitHub ↗

Returns true if a character is an acceptable (non numeric) identifier char An identifier is either a non numeric identifier char, followed by any number of identifier chars, or is a '/' and nothing else. A separate function will be used to detect if an identifier is possibly just '/' A character is an identifier char if it is alphabetic or if it is one of: - `|`, - `?`, - `<`, - `>`, - `+`, -

(ch: char)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls

no outgoing calls

Tested by

no test coverage detected