BackgroundModule mahalo/expression/lexer

This module contains the lexer for Mahalo expressions.

Index

Functions

Functions

nextSymbol

  • nextSymbol(): void
  • This method should be called with a parser instanceas its context. It moves the parser forward one symboland assigns it to the parser's symbol property.

    Returns void