fish-shell/fish-rust/src/operation_context.rs
Johannes Altmanninger 12afb320a3 Port parse_util
Except for the indent visitor bits.

Tests for parse_util_detect_errors* are not ported yet because they depend
on expand.h (and operation_context.h which depends on env.h).
2023-04-19 01:03:16 +02:00

8 lines
121 B
Rust

pub struct OperationContext {}
impl OperationContext {
pub fn empty() -> OperationContext {
todo!()
}
}