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 ifchr
is a valid symbol character. - unescape_
string ๐process escape characters in the string slice and return the resulting string.
Type Aliasesยง
- Result ๐