Expand description
Lisp reader that reads an object from a string.
Structs§
Enums§
Functions§
- escaped 🔒
- intern_
symbol 🔒 - parse_
symbol 🔒 - Parse a symbol from a string. This will either by a true symbol or a number literal.
- read 🔒
- read a lisp object from
slice
. Return the object and index of next remaining character in the slice. - symbol_
char 🔒 - Return true if
chr
is a valid symbol character. - unescape_
string 🔒 - process escape characters in the string slice and return the resulting string.
Type Aliases§
- Result 🔒