Skip to content

Commit 7930e48

Browse files
committed
Add NFA implementation
1 parent 6af7a42 commit 7930e48

File tree

2 files changed

+434
-0
lines changed

2 files changed

+434
-0
lines changed

src/translator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use self::graph::Boundary;
88

99
mod boundaries;
1010
mod graph;
11+
mod nfa;
1112
mod trie;
1213

1314
#[derive(thiserror::Error, Debug, PartialEq)]

0 commit comments

Comments
 (0)