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