Skip to content
/ justrx Public

The start of a regular expression library in C.

License

Notifications You must be signed in to change notification settings

rsmmr/justrx

Repository files navigation

The start of a basic regular expression library in C.

The main reason for the library's existence is providing a combination
of features that's hard to find elsewhere:

    - DFA-based
    - Capture groups
    - Streaming API
    - Parallel matching of multiple expressions

However, the code isn't in great shape and hasn't been exercised much
yet either. For now, maintainance remains limited to bugfixes.

About

The start of a regular expression library in C.

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •