add: codegen

This commit is contained in:
Akira Tempaku 2025-02-18 19:49:09 +09:00
parent dc3f497fb7
commit e25540d60c
Signed by: paku
GPG key ID: 5B4E8402BCC50607
4 changed files with 275 additions and 4 deletions

View file

@ -10,6 +10,6 @@
//! regex::print(expr); // 正規表現のASTと命令列を表示
//! ```
mod engine;
// mod helper;
mod helper;
// pub use engine::{do_matching, print};
// pub use engine::{do_matching, print};