Skip to content

jjppp/RE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RE

An simple implementation of Regex Expressions

Supports

  • ASCII-text
  • epsilon-closure
  • or operator
  • interactive interface

Passes

regex -> post-order form -> regex AST -> NFA -> DFA -> minimized_DFA

Special

On succeed, origin_DFA.gv minimized_DFA.gv and NFA.gv will be generated, which can be visualized using graphviz.

TODO

    • Richer syntactic features
    • File support
    • Interactive interface
    • Minimization algorithm
    • Turn to C++ to avoid making wheels

About

简单的正则表达式识别器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published