Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRegex

Table of Contents

About

This is just a going in deeper to learn about RegexEngines. This is a part of a series of projects to learn in deeper about multiples technologies.

Prerequisites

GCC and CMake

Installing

$ ./build.sh
$ ./build/cregex "." "test"

Usage

$ ./build/cregex "w*" "works"
$ Match!
$ ./build/cregex "x*" "works"
$ Oops!

About

My own implementation of a RegexEngine in C. Just for fun and learn about.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages