Skip to main content

Linter for (Pygments) regular expressions

Project description

Regexlint will examine all regular expressions in an importable Pygments lexer, and report things that are probably not doing what you think they’re doing. For example, patterns like this (which will only match the first):

(else|elseif)

It can also warn about a few syntax problems, for example this has two problems – the \s+ outside the groups, and not enough actions in bygroups (this one needs two in the args to bygroups):

(r'(foo)\s+(bar)', bygroups(Blah)),

Usage

make demo
    or
regexlint pygments.lexers.web:HtmlLexer
    or
python2 regexlint/cmdline.py pygments.lexers.web

Todo

  • Figure out which phase should remove unnecessary backslashes

  • Write the alternation expander, so that ([ax]|a[bc]) fails the alternation order checks

  • Make more general than just for Pygments

License

This project is licensed under the Apache Public License, see COPYING

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

regexlint-0.9.2.tar.gz (18.7 kB view details)

Uploaded Source

File details

Details for the file regexlint-0.9.2.tar.gz.

File metadata

  • Download URL: regexlint-0.9.2.tar.gz
  • Upload date:
  • Size: 18.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for regexlint-0.9.2.tar.gz
Algorithm Hash digest
SHA256 f9b36cdfbe8486a7599745722c1ca2d8a6644e2b9cbcb83505f97b8de9bcfe7c
MD5 030bf16a4457600a958a8900907d06ff
BLAKE2b-256 8fd92f86d833de1f6cfbceaa3d8a5561e58ba721b9364990734ea6b0ce405e41

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page