pub fn parse_input(input: &str) -> Vec<Task>
Parses the input text into a vector of Task objects.
Task