class lispparse.PointQuality
class lispparse.PointType
class lispparse.DataHubPoint
namespace lispparse
lispparse.SlEscapeChar (inbuf, offset, outbuf, outoffset)
lispparse.SlSkipTo (inbuf, offset, stops, maxbuf)
lispparse.SlSkipFast (inbuf, offset, stop, maxbuf)
lispparse.SlSkipToClosing (buffer, offset, maxbuf, opening, closing)
lispparse.SlSkipWhite (buffer, offset, maxbuf)
lispparse.addArg (arglist, inbuf, offset, length)
lispparse.UT_LispParseSafe (buffer, offset, buflen, flags)
lispparse.parse (buffer)
lispparse.escaped_string (string, quoted, terminators)
lispparse.escaped_string2 (string, quoted, terminators)
lispparse.escaped_string_with_options (string, quoted, special_only)
lispparse.escaped_string_auto (string, quoted)
lispparse.escaped_symbol (string)
lispparse.NormalTerminators = set(['\\', ' ', '\t', '\n', '\f', '\r', '\'', '\"', '(', ')', '[', ']', '#', ';', '`', ',', '{', '}', chr(0), chr(0x1b)])
lispparse.SpecialTerminators = set(['\t', '\n', '\f', '\r', chr(0), chr(0x1b), '\\', '\"'])
list lispparse.BNormalTerminators = [False] * 128
list lispparse.BSpecialTerminators = [False] * 128
list lispparse.BSymbolTerminators = [False] * 128
bool lispparse.TerminatorsConfigured = False
lispparse.terminators_lock = threading.Lock()