Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork21
Pure Nim regex engine. Guarantees linear time matching
License
NotificationsYou must be signed in to change notification settings
nitely/nim-regex
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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
nimble install regexNim +1.6.0
nimble testCompile 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.
MIT
About
Pure Nim regex engine. Guarantees linear time matching
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors14
Uh oh!
There was an error while loading.Please reload this page.