Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Regex matching engine

Installation

To build and run, opam is required

Mac: brew install opam or bash -c "sh <(curl -fsSL https://opam.ocaml.org/install.sh)"

Ubuntu: sudo apt install opam

The dune build system is used for this project, which can be installed with: -opam init -opam install dune str

and invoked with

-dune build -dune test

Nothing is currently implemented for the main entry point so dune run won't do anything. Dune test, however, will give a printout for each invoked test case.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages