Introduction In this post, I will share the way I built a parser using python. The purpose of this post is to understand the tasks performed by a FSM. This post describes how I developed the Finite State Machine (FSM) to validate the syntax of the pr...