Class: Lexer
Defined in: lexer/Lexer.ts:4
Constructors
new Lexer()
Defined in: lexer/Lexer.ts:8
Parameters
Parameter | Type |
---|---|
options | Options |
Returns
Properties
quotes
readonly
quotes: readonly [string
,string
][]
Defined in: lexer/Lexer.ts:5
separator
readonly
separator: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 |