file: job.t package: muf status: alpha
The |classifyLispToken
function is
intended to be called when
|scanLispToken
returns
lisp:stateSymbol
. It accepts
a block of characters (normally obtained
via |readTokenChars
and returns
a block of integers together with the
typ
value, which will be one of:
lisp:stateDot
lisp:statePotnum
lisp:stateSymbol
@$S.readtable$S.readtableCase
, and any
quoted characters have bit 0x1000
set on
them: Converting the integer block back to
characters via |intChar
will strip these
bits.
Go to the first, previous, next, last section, table of contents.