Hand-written JavaScript lexer used by the experimental QuickBEAM parser.
Summary
Functions
Creates a lexer state for a source string.
Returns the next token and updated lexer state.
Tokenizes a source string.
Hand-written JavaScript lexer used by the experimental QuickBEAM parser.
Creates a lexer state for a source string.
Returns the next token and updated lexer state.
Tokenizes a source string.