Class: Lexer
@sapphire/lexure.Lexer
Constructors
constructor
• new Lexer(options?
)
Parameters
Name | Type |
---|---|
options | Options |
Defined in
Properties
quotes
• Readonly
quotes: readonly [open: string, close: string][]
Defined in
separator
• Readonly
separator: string
Defined in
Methods
raw
▸ raw(input
): TokenStream
Parameters
Name | Type |
---|---|
input | string |
Returns
Defined in
run
▸ run(input
): ParameterStream
Parameters
Name | Type |
---|---|
input | string |