Skip to content

pyjarrett/simple_regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple_Regex

An Ada port of Rob Pike's simple regex from the Practice of Programming.

Provides a simple regular expression match function for Latin-1 strings, and supports *, ., ^ and $.

Running the prover

Run the prover with:

alr gnatprove --mode=all

About

Port of Rob Pike's simple regex from the Practice of Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages