more work on re-implementing the readline module

This commit is contained in:
2025-06-05 01:48:44 -04:00
parent 2c6577ad06
commit f57cf625ef
10 changed files with 3947 additions and 72 deletions

View File

@@ -26,6 +26,7 @@ pub mod error;
pub mod getopt;
pub mod script;
pub mod highlight;
pub mod readline;
/// Unsafe to use outside of tests
pub fn get_nodes<F1>(input: &str, filter: F1) -> Vec<Node>