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