Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "parser/expression-tokenizer"

Index

Enumerations

Variables

Functions

Variables

Const rBlank

rBlank: RegExp = /\s/

Const rPunctuation

rPunctuation: RegExp = /[<>=!]/

Functions

tokenize

  • tokenize(expr: string): IterableIterator<string>

Generated using TypeDoc