lark-parser/lark

Grammar linter

Open

#331 opened on Mar 3, 2019

View on GitHub
 (6 comments) (1 reaction) (0 assignees)Python (4,275 stars) (384 forks)batch import
enhancementgood first issue

Description

I get a lot of use from linters in programming python generally, such as pylint, flake8, mypy, bandit.

Would it be possible to provide linters for lark grammars, which would give suggestions on constructing good grammars?

Contributor guide