| 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.