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

Function try_read_symbol

src/reader.rs:454–456  ·  view source on GitHub ↗

Tries to parse &str into Value::Symbol Example Successes: a => Value::Symbol(Symbol { name: "a" }) cat-dog => Value::Symbol(Symbol { name: "cat-dog" }) +common-lisp-global+ => Value::Symbol(Symbol { name: "+common-lisp-global+" }) Example Failures: 12cat, 'quoted, @at-is-for-references

(input: &str)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

to_value_parserFunction · 0.85

Tested by

no test coverage detected