Macro tokenize

Source
macro_rules! tokenize {
    ($s:expr) => { ... };
}
Expand description

Convert an instruction to it’s tokens, stripping out whitespace, parenthesis, and commas.