pd0wm / simple-regex

Very basic regex compiler/matcher written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple regex

This project started as a simple compiler. However, I never got any further than a simple regex matcher implementation. Because this may be useful for someone I decided to make this repository public anyway.

About

Very basic regex compiler/matcher written in C


Languages

Language:C 85.9%Language:Makefile 11.7%Language:C++ 2.4%