Closed benber86 closed 2 years ago
Current docs list basic as a lexer option, but this raises a configuration error exception:
basic
lark.exceptions.ConfigurationError: Got 'basic', expected one of ('standard', 'contextual', 'dynamic', 'dynamic_complete')
Updated the docs to reflect that standard should be used instead.
standard
@benber86 The correct option is "basic", ever since v1. What version of Lark are you using?
Current docs list
basic
as a lexer option, but this raises a configuration error exception:lark.exceptions.ConfigurationError: Got 'basic', expected one of ('standard', 'contextual', 'dynamic', 'dynamic_complete')
Updated the docs to reflect that
standard
should be used instead.