Building a Parser

I’m creating a parser using Rust. Currently is not open source yet.

parsing flowchart

For parsing expressions, I am going to use Pratt Parsing.