//! This module provides utilities for analyzing and manipulating sequences of
//! [`Microcode`][crate::microcode::Microcode] operations in order to transform opcodes
//! into rust code that executes those opcodes.
use TokenStream;
/// Which type of microcode operation this is.