Skip to content

hyunicode/re2nfa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compiler

记录一下《编译原理》有关自动机的几个实验

  1. RE to NFA

    使用Thompson构造算法实现正则表达式转换为NFA

  2. NFA to DFA

    使用subset构造算法和state-minimization算法实现NFA转换为DFA

Releases

No releases published

Packages

No packages published

Languages