We're finally ready to parse things! Our lexer can do almost enough to allow us to handle "3 + 5", so we'll make that ready, and then parse that expression into a syntax tree.
More info: https://artificialworlds.net/blog/2024/12/06/mini-rust-in-rust-006-parsing-an-operation/