···11use super::DELIMITERS;
22use crate::types::Token;
3344+//TODO: Theres a couple functions that are still written like tokens are strings not chars, they work fine
55+// for now but they may need to be changed later
66+47pub fn collect_arguments(tokens: &[Token]) -> Option<(Vec<String>, usize)> {
58 // Returns arguments vec and number of tokens to be consumed
69 //let mut output = Vec::new();