lark-parser/lark

Add support for the `a` and `L` regex flags

Open

#1 527 ouverte le 21 avr. 2025

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)Python (384 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (4 275 stars)
Métriques de merge PR
 (Merge moyen 41m) (1 PR mergée en 30 j)

Description

Lark currently only supports the flags imslux, however Python supports two additional ones, which perhaps some people will find useful.

While users can still use inline flags, it might be nice for Lark to support it as part of the syntax, and it should be pretty easy.

https://docs.python.org/3/library/re.html#flags

Guide contributeur