pub fn parse_tdim(
    symbol_table: &SymbolTable,
    input: &str
) -> Result<TDim, Error>