Skip to content

Python implementation of a NFA Regex Engine. My project for Petnica Science Center '26

Notifications You must be signed in to change notification settings

Luka98122/Regex-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Regex-Engine is my project for Petnica Science Center class of '26 .


Regex-Engine

This repo contains my python implementation of a Non-deterministic Finite Automation Regex engine. The benefit of a NFA Regex engine is its support for advanced features, such as backreferences, lazy quantifiers and lookarounds, but it faces risk of catastrophic backtracking. NFA engines are implemented in the default libraries of Python, Perl, JS, JAVA, .NET, PHP, Ruby, and many more languages.

Petnica

Istraživačka stanica Petnica (Petnica Science Center) is a premier independent, non-profit institution in Serbia (near Valjevo) founded in 1982 for extracurricular science education. It provides advanced training, research facilities, and mentorship for high-achieving students and teachers across 15+ STEM and social science disciplines, fostering critical thinking through hands-on research projects.

About

Python implementation of a NFA Regex Engine. My project for Petnica Science Center '26

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors