TOK

Lisp-like token type.

Values

ValueMeaning
unknown

< Unknown.

leftParen

< Left parenthesis.

rightParen

< Right parenthesis.

symbol

< Symbol.

stringLiteral

< String literal.

comma

< Lisp comma expression, ,.

backquote

< Lisp backquote expression, \`.

singlequote

< Lisp singlequote expression, '.

variable
variableList

< one or more variables (parameters) starting with an at-sign, for instance @ROW

functionName
number

< number as integer or floating point literal.

comment

< Comment (to end of line).

whitespace

< Whitespace.

emptyList

< Empty list.

Meta