Class: Lexer
Defined in: lexer/Lexer.ts:4
Constructors
Constructor
new Lexer(
options:Options):Lexer
Defined in: lexer/Lexer.ts:8
Parameters
| Parameter | Type |
|---|---|
options | Options |
Returns
Lexer
Properties
quotes
readonlyquotes: readonly [string,string][]
Defined in: lexer/Lexer.ts:5
separator
readonlyseparator:string
Defined in: lexer/Lexer.ts:6
Methods
raw()
raw(
input:string):TokenStream
Defined in: lexer/Lexer.ts:17
Parameters
| Parameter | Type |
|---|---|
input | string |
Returns
run()
run(
input:string):ParameterStream
Defined in: lexer/Lexer.ts:13
Parameters
| Parameter | Type |
|---|---|
input | string |