Parsing ```echo 1 > file``` results in the AST containing ```json "numberIo": { "text": "1", "type": "io_number" } ``` but the AST should really contain ```1``` as a Word suffix and no ```numberIo``` for the Redirect suffix.