Module parser

Module parser 

Source

Functionsยง

parse
First parse function performs a lexical analysis of the given input string to transform the input into readable tokens then a parse tree is generated from the tokens using operator-precedence parsing.