pub fn parse_testbench_command(
    testbench_command: &str
) -> Result<TestbenchCommand, ParseError<usize, Token<'_>, &'static str>>