Compiling string matching algorithms and regular expressions to java bytecode
-
Updated
Dec 13, 2025 - Java
Compiling string matching algorithms and regular expressions to java bytecode
Simplified regex engine for educational purposes.
Java implementation of the Brzozowski regex-match algorithm. This algorithm uses no DFA/NFA at all
Java regex library
Regular Expressions and Lexing with DFAs
A random RegEx generator without using any RegEx
Simple toy regex engine implemented using backtracking algorithm and continuations.
Deterministic Regular Expressions with Backreferences
Add a description, image, and links to the regex-engine topic page so that developers can more easily learn about it.
To associate your repository with the regex-engine topic, visit your repo's landing page and select "manage topics."