osa1 / lexgen

A fully-featured lexer generator, implemented as a proc macro
MIT License
63 stars 7 forks source link

Generate DFA directly (no NFA) #60

Open seanyoung opened 1 year ago

seanyoung commented 1 year ago

If we generate the DFA directly without going through NFA: