Skip to content

jmptrader/regex-machines

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regular Expression Processing Virtual Machines

Implementations, Google Go, of several different approaches to process regular 
expressions. These are based on Russ Cox's excellent article on the same 
subject. [1] The implementations are designed for learning and are being written
as teaching aids for a lecture I am giving at Case Western Reserve University's
Hacker Society.

[1] http://swtch.com/~rsc/regexp/regexp2.html

About

Regular Expression Processing Virtual Machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.4%
  • Python 3.6%