lark-parser/lark

Grammar linter

Open

#331 opened on Mar 3, 2019

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

Repository metrics

Stars
 (4,275 stars)
PR merge metrics
 (Avg merge 41m) (1 merged PR in 30d)

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