Support lark.indenter.Indenter
in from_lark
#1807
Labels
lark
issues related to support for Lark grammars
lark.indenter.Indenter
in from_lark
#1807
Lark has the general notion of a postlexer which allows you to do more complicated things with lexing than you can easily support in the main grammar definition language. Currently this will result in an error or, worse, an incorrect result.
A particular example of this that we need for #1806 is the Indenter class. Support for general lexers is hard (and may be impossible in the general case), but the indenter is well enough defined that we can just special case it.
The text was updated successfully, but these errors were encountered: