simple_parser A follow along of https://adriann.github.io/rust_parser.html to learn more about parsing. The goal of this project is to write a simple recursive descent parser in Rust which can parse an expression like 12 + 34 * ( 56 + [ 7 ] )