Namespace: InfixExpressionParser

selblocks.InfixExpressionParser

Methods

(static) formatList()

Format the given values array into a delimited list string An optional transformFunc operates on each value.
Source:

(static) spanSub()

If character at the given index is a open/quote character, then scan to its matching close/quote
Source:

(static) spanTo()

Scan to the given chr, skipping over intervening matching brackets
Source:

(static) splitList()

Parse a string into a list on the given delimiter character, respecting embedded quotes and brackets
Source: