Currently, the `interpreter` instructs the `parser` to advance control one `syntax element` at a time. Add support to advance by one `instruction` at a time.
Currently, the
interpreterinstructs theparserto advance control onesyntax elementat a time. Add support to advance by oneinstructionat a time.