Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 449 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 449 Bytes

Parser Helper Library

Module Description
bitset Compact Binary Set
nfa-state Thompson NFA State
nfa-proc Thompson NFA Processor
nfa-window NFA Input Window (Buffer)
nfa-lexer Thompson NFA-based Lexer
nfa-parse Regular Expression to Thompson NFA compiler

File nfa-lexer-test.c provides a general example of using the NFA-based lexer.