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

Function is_non_numeric_identifier_char_or_slash

src/reader.rs:168–170  ·  view source on GitHub ↗

Returns true if a character is an acceptable (non numeric) identifier char, or '/' An identifier is either a non numeric identifier char, followed by any number of identifier chars, or is a '/' and nothing else. The reason we check if this is *either* a non numeric identifier char, or a '/', is because we will want to use it to parse either 1.a normal identifier 2.'/', 3. something like '/blah'

(ch: char)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected