macro_rules! tokenize { ($s:expr) => { ... }; }
Convert an instruction to it’s tokens, stripping out whitespace, parenthesis, and commas.