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-1.5.tar.gz (22.4 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for regexlint-1.5.tar.gz
Algorithm Hash digest
SHA256 53632942fee791a00789b87c26076dcca94675ef38b025bed69bd94cf0f56dec
MD5 589dbbb65bc8d1724d8e60f841906975
BLAKE2b-256 e66a87f5045664d58ae3e1f7db25e70d6e1fdece1ffa4d6694c7a2b3a8438795

See more details on using hashes here.

Provenance

Supported by

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