Move state splitting algorithm into its own file

This commit is contained in:
Max Brunsfeld 2019-07-19 12:39:24 -07:00
parent f85ce2fbfa
commit 0a3f2131c8
5 changed files with 66 additions and 66 deletions

View file

@ -11,6 +11,7 @@ use std::path::{Path, PathBuf};
use std::process::{Command, Stdio};
mod build_tables;
mod dedup;
mod grammars;
mod nfa;
mod node_types;