Skip to content

buptlxb/toy-yacc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toy-yacc

yet another toy compiler compiler

  • Regular Expression Engine
    • RE tokenizer
    • RE to NFA (Nondeterministic Finite Automaton)
    • NFA to DFA (Deterministic Finite Automaton)
    • DFA Minimization
    • General DFA engine
  • Configurable Regex Lexer
  • Unittest with googletest

special thanks to vczh.

About

yet another toy compiler compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages