Class: Lexer
Constructors
new Lexer()
Parameters
Parameter | Type |
---|---|
options | Options |
Returns
Defined in
Properties
quotes
readonly
quotes: readonly [string
,string
][]
Defined in
separator
readonly
separator:string
Defined in
Methods
raw()
raw(
input
:string
):TokenStream
Parameters
Parameter | Type |
---|---|
input | string |
Returns
Defined in
run()
run(
input
:string
):ParameterStream
Parameters
Parameter | Type |
---|---|
input | string |