Function process

  • Tokenizes a given expression

    Returns

    The expression Tokens, profile, and wheter or not it contains a function definition

    Parameters

    • heap: Heap

      Object containing defined function data

    • expression: string

      The expression to tokenize

    • e: error

      The error data in case an error get thrown

    • currentLine: number = 0
    • startAt: number = 0

      Value to add to line locations when an error gets thrown. Default is 0

    Returns TokenizerReturn

Generated using TypeDoc