lark-parser/lark

Grammar linter

Open

#331 aberto em 3 de mar. de 2019

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

Métricas do repositório

Stars
 (4.275 stars)
Métricas de merge de PR
 (Mesclagem média 41m) (1 fundiu PR em 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?

Guia do colaborador