Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Pure Nim regex engine. Guarantees linear time matching

License

NotificationsYou must be signed in to change notification settings

nitely/nim-regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Statuslicence

A library for parsing, compiling, and executing regular expressions at both runtime and compile-time.

Features:

  • The match time is linear in the length of the input string
  • Supports compiling regex at compile-time
  • Supports matching at compile-time
  • Unicode level-1 support
  • Descriptive error messages
  • PCRE syntax and semantics

Install

nimble install regex

Compatibility

Nim +1.6.0

Docs

Read the docs

Tests

nimble test

Debugging

Compile with-d:regexDotDir:. to generatedot files of the regexes (NFAs) within the nim file. A dot file can be viewed inGraphviz. Requires Nim +1.2.

LICENSE

MIT

About

Pure Nim regex engine. Guarantees linear time matching

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

    Contributors14

    Languages


    [8]ページ先頭

    ©2009-2025 Movatter.jp