regex-engine
There are 113 repositories under regex-engine topic.
mmerabet42/ft_lexiq
A generic syntactic and lexical analyzer (context-free grammar)
elite-lang/Lex
Lex is a Regex Engine for lexical analyzer
Francy93/Racket-Projects
Discover the world of Racket programming! This repository showcases four projects, including a Trafficlights simulation with Arduino, a Virtual Turing Machine emulator, a regex matcher using FSM, and a Raspberry Pi-controlled network server for MIRTO. Unleash your coding skills with Racket! 🚀🎓🔧
Panda-Hope/Regex-Resolver
基于NFA(不确定有穷自动机)与自底向上语法分析构造的正则表达式解析器
rurban/pcre
mirror of https://github.com/PhilipHazel/pcre2/, updated daily
Ingenious-c0der/Beluga
An esoteric programming language based on Turing Machines
marcin-chwedczuk/reng
Simple toy regex engine implemented using backtracking algorithm and continuations.
adam-mcdaniel/regex-engine
A Regex📋 implementation in C++ using Thompson's NFA algorithm
bGraebener/RegExpEngine
Simple regular expression engine in golang using Thompsons Construction
yazaldefilimone/dolphin
The Dolphin Programming Language
zn-cn/Regex-engine
简易正则表达式引擎
AspieSoft/go-regex-re2
A performance improvement to the builtin RE2 module.
BooleanCube/Random-Regex-Generator
A random RegEx generator without using any RegEx
Delta-in-hub/RE--
A Zero to One Regular expression engine which supports almost all feature except Capturing Groups, Negated Character Classes and something else.
karust/regexcmp
A tool to compare different regexp libraries in Go
andrew-johnson-4/L1DFA
Deterministic Finite-State Automata Library for Rust, written in L1
fnvir/re_to_dfa
A simple regex compiler which converts the regular expression into a dfa which can be simulated to check if a string matches the pattern...
hleclerc/Hpipe
High Performance Incremental Parser Engine
J-Nova/testregex
Testregex.com repo
kyorohiro/dart.tiny_parser
Dart package for parser and regex
loganpkg/spot
Monorepo containing the spot text editor, an implementation of the m4 macro processor, and the Tornado Dodge console video game
steynvl/rel
REL is a non-backtracking regular expression engine with support for constant lookahead and submatch tracking.
tonisidneimc/Regex-Engine
A simple, but powerful Regular Expression recognizer
zezax/one
This is the "one": Linuxy infrastructureish mostly C++ code.
Dentosal/reregex
Minimal regex engine
GrieferAtWork/kos-libregex
Regex Library for KOS (submodule for regcomp(3) & regexec(3))
harlaksh/ultimate-regex
Ultimate list of all things Regex
jonaski/libgnurx
:ox: regex functionality from glibc extracted into a separate library
luckasRanarison/regex-potata
Potata regex engine
Merieli/alura-regex-front
Course "Regular Expressions: Capturing Texts Magically" at Alura
momid3/Parser
a general purpose parser framework
RobertDurfee/RegularExpression
A library for parsing, compiling, and executing regular expressions.
TarasRashkevych99/simple-regex-parser
This repository provides a basic implementation of a regex parser that is able to determine whether or not a word matches a particular regular expression
vinayakphegde/regex-engine
regular expression parser using the C programming language.
weenchvd/Regex
Regular expression. Scaner. Parser. Compiler. Engineering a Compiler, 2nd Edition - K. Cooper, L. Torczon (2012)
zerkawei/Oregano
Regex engine for the Beef programming language