Home
last modified time | relevance | path

Searched defs:Pipeline (Results 1 – 1 of 1) sorted by relevance

/NovaShell/src/
H A Dparser.rs174 fn parser(tokens: Vec<Token>) -> Result<Vec<Pipeline>, ParseError> { in parser()
268 pub fn parse(input: &str) -> Result<Vec<Pipeline>, ParseError> { in parse()
363 pub struct Pipeline { struct
370 impl Pipeline { argument
371 pub fn new(commands: &Vec<Command>, backend: bool) -> Pipeline { in new()