Skip to content
forked from refi64/rejit

A work-in-progress JIT-powered regex engine

License

Notifications You must be signed in to change notification settings

MariadeAnton/rejit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReJit

image

ReJit is an open-source, JIT-powered regex engine that currently supports most regular expression features (and even some that RE2 doesn't support, like backreferences). The only supported architectures at the moment are X86 and X64.

Note that ReJit is NOT complete! See the issue tracker for a list of open issues.

Also, ReJit does not work on Windows at the moment (or at least X64; X86 might work). Ideally, it would be a simple fix to use the shadow stack instead of the red zone and changing the call registers...but I'm not sure.

Requirements

Building

Just run:

$ fbuild

To build the documentation, run:

$ fbuild docs

Usage

Check out the demo example and the API docs.

About

A work-in-progress JIT-powered regex engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.3%
  • Python 6.4%
  • Shell 0.3%