What is the parsing algorithem that is used in the parser

tomer aroyo Answered 1 answer
Question by tomer aroyo 3 years ago

Question

What is the parsing algorithem that is used in the parser

Answers

Answered by Daniel McCarthy

Instructor

Hi Tomer, We do not use a grammer we are parsing the file manually, no parsing grammer algorithms are used. We parse each token manually and build a tree

Thanks
Dan