Skip to content

kvafy/regexp-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Regular expression matching using VM approach

Regular expressions matching mini-library that mimics API of java.util.regex. The implementation is inspired by article "Regular Expression Matching: The Virtual Machine Approach" by Russ Cox and leverages Antlr4 for parsing of the regular expressions.

About

Implementation of regular expression matching using the virtual machine approach.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors